01JMWVY55P1TNE71Z3QY2W0KKS: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JMWVYEJPDFNYP2XSF0HBXXRQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-24T20:57:28.245Zjob assigned to worker 01JMWVYTP0HB1N638SE0F7XHVG [factory aws, i-0a23df1db914b6119] (queued for 59 s)
 
22025-02-24T20:57:37.089Zstarting task 0: "setup"
32025-02-24T20:57:37.093Z++ uname -s
42025-02-24T20:57:37.096Z+ kern=SunOS
52025-02-24T20:57:37.096Z+ build_user=build
62025-02-24T20:57:37.096Z+ build_uid=12345
72025-02-24T20:57:37.096Z+ work_dir=/work
82025-02-24T20:57:37.096Z+ input_dir=/input
92025-02-24T20:57:37.096Z+ [[ 0 == 12345 ]]
102025-02-24T20:57:37.096Z+ case "$kern" in
112025-02-24T20:57:37.096Z+ groupadd -g 12345 build
122025-02-24T20:57:37.098Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-24T20:57:39.106Z+ zfs create -o mountpoint=/work rpool/work
142025-02-24T20:57:39.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-24T20:57:39.229Z+ home_fs=zfs
162025-02-24T20:57:39.229Z+ [[ zfs == autofs ]]
172025-02-24T20:57:39.229Z+ mkdir -p /home/build
182025-02-24T20:57:39.231Z+ chown build:build /home/build /work
192025-02-24T20:57:41.233Z+ chmod 0700 /home/build /work
202025-02-24T20:57:41.235Zprocess exited: duration 4149 ms, exit code 0
 
212025-02-24T20:57:41.240Zstarting task 1: "rust-toolchain"
222025-02-24T20:57:41.246Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-24T20:57:41.246Z * rust toolchain channel = "1.85.0"
242025-02-24T20:57:41.246Z * rust toolchain profile = "default"
252025-02-24T20:57:41.246Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-24T20:57:41.246Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-24T20:57:41.246Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-24T20:57:41.249Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-24T20:57:41.249Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-24T20:57:41.553Zinfo: downloading installer
312025-02-24T20:57:43.072Zwarning: it looks like you have an existing installation of Rust at:
322025-02-24T20:57:43.072Zwarning: /opt/ooce/bin
332025-02-24T20:57:43.073Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-24T20:57:43.073Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-24T20:57:43.073Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-24T20:57:43.073Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-24T20:57:43.073Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-24T20:57:43.073Zerror: cannot install while Rust is installed
392025-02-24T20:57:43.073Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-24T20:57:43.096Zinfo: profile set to 'default'
412025-02-24T20:57:43.096Zinfo: default host triple is x86_64-unknown-illumos
422025-02-24T20:57:43.099Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-24T20:57:43.239Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-24T20:57:43.239Zinfo: downloading component 'cargo'
452025-02-24T20:57:43.954Zinfo: downloading component 'clippy'
462025-02-24T20:57:44.326Zinfo: downloading component 'rust-docs'
472025-02-24T20:57:45.414Zinfo: downloading component 'rust-std'
482025-02-24T20:57:47.014Zinfo: downloading component 'rustc'
492025-02-24T20:57:52.519Zinfo: downloading component 'rustfmt'
502025-02-24T20:57:52.725Zinfo: installing component 'cargo'
512025-02-24T20:57:53.538Zinfo: installing component 'clippy'
522025-02-24T20:57:53.971Zinfo: installing component 'rust-docs'
532025-02-24T20:57:55.617Zinfo: installing component 'rust-std'
542025-02-24T20:57:57.501Zinfo: installing component 'rustc'
552025-02-24T20:58:03.368Zinfo: installing component 'rustfmt'
562025-02-24T20:58:03.711Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-24T20:58:03.711Z
582025-02-24T20:58:04.086Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-24T20:58:04.086Z
602025-02-24T20:58:04.088Z
612025-02-24T20:58:04.088ZRust is installed now. Great!
622025-02-24T20:58:04.088Z
632025-02-24T20:58:04.088ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-24T20:58:04.089Zenvironment variable. This has not been done automatically.
652025-02-24T20:58:04.089Z
662025-02-24T20:58:04.089ZTo configure your current shell, you need to source
672025-02-24T20:58:04.089Zthe corresponding env file under $HOME/.cargo.
682025-02-24T20:58:04.089Z
692025-02-24T20:58:04.089ZThis is usually done by running one of the following (note the leading DOT):
702025-02-24T20:58:04.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-24T20:58:04.089Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-24T20:58:04.170Z+ rustup --version
732025-02-24T20:58:04.178Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-24T20:58:04.178Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-24T20:58:04.263Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-24T20:58:04.267Z+ cargo --version
772025-02-24T20:58:04.327Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-24T20:58:04.329Z+ rustc --version
792025-02-24T20:58:04.394Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-24T20:58:04.397Zprocess exited: duration 23156 ms, exit code 0
 
812025-02-24T20:58:04.402Zstarting task 2: "authentication"
822025-02-24T20:58:04.424Zprocess exited: duration 21 ms, exit code 0
 
832025-02-24T20:58:04.429Zstarting task 3: "clone repository"
842025-02-24T20:58:04.434Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-24T20:58:04.436Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-24T20:58:04.557ZCloning into '/work/oxidecomputer/omicron'...
872025-02-24T20:58:11.477Z+ cd /work/oxidecomputer/omicron
882025-02-24T20:58:11.480Z+ git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
892025-02-24T20:58:11.780ZFrom https://github.com/oxidecomputer/omicron
902025-02-24T20:58:11.780Z * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD
912025-02-24T20:58:11.791Z+ [[ -n affinity-instance-integration ]]
922025-02-24T20:58:11.794Z++ git branch --show-current
932025-02-24T20:58:11.796Z+ current=main
942025-02-24T20:58:11.797Z+ [[ main != affinity-instance-integration ]]
952025-02-24T20:58:11.797Z+ git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
962025-02-24T20:58:11.800Z+ git checkout -f affinity-instance-integration
972025-02-24T20:58:11.991ZSwitched to branch 'affinity-instance-integration'
982025-02-24T20:58:11.994Z+ git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
992025-02-24T20:58:12.007ZHEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration
1002025-02-24T20:58:12.009Zprocess exited: duration 7578 ms, exit code 0
 
1012025-02-24T20:58:12.015Zstarting task 4: "build"
1022025-02-24T20:58:12.023Z+ source ./env.sh
1032025-02-24T20:58:12.023Z++ OLD_SHELL_OPTS=ehxB
1042025-02-24T20:58:12.023Z++ set -o xtrace
1052025-02-24T20:58:12.026Z++++ dirname ./env.sh
1062025-02-24T20:58:12.028Z+++ readlink -f .
1072025-02-24T20:58:12.042Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082025-02-24T20:58:12.045Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092025-02-24T20:58:12.045Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-02-24T20:58:12.045Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-02-24T20:58:12.045Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122025-02-24T20:58:12.045Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132025-02-24T20:58:12.045Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142025-02-24T20:58:12.045Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152025-02-24T20:58:12.045Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-24T20:58:12.045Z++ case $OLD_SHELL_OPTS in
1172025-02-24T20:58:12.045Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182025-02-24T20:58:12.045Z+ source .github/buildomat/ci-env.sh
1192025-02-24T20:58:12.045Z++ export CARGO_TERM_COLOR=always
1202025-02-24T20:58:12.045Z++ CARGO_TERM_COLOR=always
1212025-02-24T20:58:12.045Z+ target_os=illumos
1222025-02-24T20:58:12.045Z+ NEXTEST_VERSION=0.9.91
1232025-02-24T20:58:12.046Z+ cargo --version
1242025-02-24T20:58:12.096Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1252025-02-24T20:58:12.099Z+ rustc --version
1262025-02-24T20:58:12.163Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1272025-02-24T20:58:12.167Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos
1282025-02-24T20:58:12.169Z+ gunzip
1292025-02-24T20:58:12.169Z+ tar -xvf - -C /home/build/.cargo/bin
1302025-02-24T20:58:13.319Zx cargo-nextest, 18384984 bytes, 35909 tape blocks
1312025-02-24T20:58:13.322Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1322025-02-24T20:58:13.322Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1332025-02-24T20:58:13.322Ztests will store ephemeral output in /var/tmp/omicron_tmp
1342025-02-24T20:58:13.322Z+ mkdir /var/tmp/omicron_tmp
1352025-02-24T20:58:13.322Z+ OUTPUT_DIR=/work
1362025-02-24T20:58:13.322Z+ echo 'tests will store non-ephemeral output in /work'
1372025-02-24T20:58:13.322Ztests will store non-ephemeral output in /work
1382025-02-24T20:58:13.322Z+ mkdir -p /work
1392025-02-24T20:58:13.325Z+ banner prerequisites
1402025-02-24T20:58:13.328Z
1412025-02-24T20:58:13.328Z ##### ##### ###### ##### ###### #### # # # #### #
1422025-02-24T20:58:13.328Z # # # # # # # # # # # # # # #
1432025-02-24T20:58:13.328Z # # # # ##### # # ##### # # # # # #### #
1442025-02-24T20:58:13.328Z ##### ##### # ##### # # # # # # # # #
1452025-02-24T20:58:13.328Z # # # # # # # # # # # # # # #
1462025-02-24T20:58:13.328Z # # # ###### # # ###### ### # #### # #### #
1472025-02-24T20:58:13.328Z
1482025-02-24T20:58:13.328Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1492025-02-24T20:58:15.199Zpkg list: illegal option -- F
1502025-02-24T20:58:15.200ZUsage:
1512025-02-24T20:58:15.202Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1522025-02-24T20:58:15.202Z [pkg_fmri_pattern ...]
1532025-02-24T20:58:16.040Zpkg list: illegal option -- F
1542025-02-24T20:58:16.040ZUsage:
1552025-02-24T20:58:16.043Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1562025-02-24T20:58:16.043Z [pkg_fmri_pattern ...]
1572025-02-24T20:58:23.859Z Startup: Refreshing catalog 'helios-dev' ... Done
1582025-02-24T20:58:28.266Z Startup: Caching catalogs ... Done
1592025-02-24T20:58:41.242ZPlanning: Solver setup ... Done (12.032s)
1602025-02-24T20:58:41.397ZPlanning: Running solver ... Done (0.155s)
1612025-02-24T20:58:41.709ZPlanning: Finding local manifests ... Done (0.191s)
1622025-02-24T20:58:41.721ZPlanning: Fetching manifests: 0/7 0% complete
1632025-02-24T20:58:41.952ZPlanning: Fetching manifests: 7/7 100% complete
1642025-02-24T20:58:42.367ZPlanning: Package planning ... Done (0.416s)
1652025-02-24T20:58:42.425ZPlanning: Merging actions ... Done (0.058s)
1662025-02-24T20:58:43.189ZPlanning: Checking for conflicting actions ... Done (0.764s)
1672025-02-24T20:58:48.397ZPlanning: Consolidating action changes ... Done (5.207s)
1682025-02-24T20:58:48.808ZPlanning: Evaluating mediators ... Done (0.411s)
1692025-02-24T20:58:48.887ZPlanning: Planning completed in 20.52 seconds
1702025-02-24T20:58:48.905Z Packages to install: 4
1712025-02-24T20:58:48.905Z Packages to update: 3
1722025-02-24T20:58:48.907Z Mediators to change: 2
1732025-02-24T20:58:48.907Z Services to change: 1
1742025-02-24T20:58:48.908Z Estimated space available: 155.59 GB
1752025-02-24T20:58:48.908ZEstimated space to be consumed: 1.66 GB
1762025-02-24T20:58:48.908Z Create boot environment: No
1772025-02-24T20:58:48.908ZCreate backup boot environment: Yes
1782025-02-24T20:58:48.908Z Rebuild boot archive: No
1792025-02-24T20:58:48.908Z
1802025-02-24T20:58:48.908ZChanged mediators:
1812025-02-24T20:58:48.908Z mediator clang:
1822025-02-24T20:58:48.908Z version: None -> 15 (system default)
1832025-02-24T20:58:48.908Z
1842025-02-24T20:58:48.908Z mediator llvm:
1852025-02-24T20:58:48.908Z version: 14 (system default) -> 15 (system default)
1862025-02-24T20:58:48.908Z
1872025-02-24T20:58:48.908ZChanged packages:
1882025-02-24T20:58:48.908Zhelios-dev
1892025-02-24T20:58:48.908Z developer/build-essential
1902025-02-24T20:58:48.908Z None -> 11-2.0
1912025-02-24T20:58:48.908Z library/libxmlsec1
1922025-02-24T20:58:48.908Z None -> 1.2.35-2.0
1932025-02-24T20:58:48.908Z ooce/developer/clang-15
1942025-02-24T20:58:48.908Z None -> 15.0.7-2.0
1952025-02-24T20:58:48.908Z ooce/developer/llvm-15
1962025-02-24T20:58:48.908Z None -> 15.0.7-2.0
1972025-02-24T20:58:48.908Z package/pkg
1982025-02-24T20:58:48.908Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1992025-02-24T20:58:48.908Z system/library/g++-runtime
2002025-02-24T20:58:48.908Z 13-2.0 -> 14-2.0
2012025-02-24T20:58:48.908Z system/library/gcc-runtime
2022025-02-24T20:58:48.908Z 13-2.0 -> 14-2.0
2032025-02-24T20:58:48.908Z
2042025-02-24T20:58:48.908ZServices:
2052025-02-24T20:58:48.908Z restart_fmri:
2062025-02-24T20:58:48.910Z svc:/system/update-man-index:default
2072025-02-24T20:58:48.910Z
2082025-02-24T20:58:48.910ZEditable files to change:
2092025-02-24T20:58:48.910Z Update:
2102025-02-24T20:58:48.910Z usr/share/lib/pkg/web/config.shtml
2112025-02-24T20:58:49.076Z
2122025-02-24T20:58:49.076ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2132025-02-24T20:58:54.076ZDownload: 1247/4301 items 105.2/225.4MB 46% complete (21.1M/s)
2142025-02-24T20:58:59.085ZDownload: 2359/4301 items 119.7/225.4MB 53% complete (12.2M/s)
2152025-02-24T20:59:04.347ZDownload: 3245/4301 items 202.8/225.4MB 89% complete (11.8M/s)
2162025-02-24T20:59:09.451ZDownload: 3735/4301 items 216.8/225.4MB 96% complete (9.7M/s)
2172025-02-24T20:59:14.467ZDownload: 4284/4301 items 223.2/225.4MB 99% complete (2.0M/s)
2182025-02-24T20:59:15.755ZDownload: Completed 225.42 MB in 26.67 seconds (8.4M/s)
2192025-02-24T20:59:17.973Z Actions: 1/5122 actions (Removing old actions)
2202025-02-24T20:59:18.024Z Actions: 194/5122 actions (Installing new actions)
2212025-02-24T20:59:22.759Z Actions: 4267/5122 actions (Updating modified actions)
2222025-02-24T20:59:23.107Z Actions: Completed 5122 actions in 5.15 seconds.
2232025-02-24T20:59:23.538Z Done (0.424s)
2242025-02-24T20:59:23.541Z Done (0.002s)
2252025-02-24T20:59:24.158Z Done (0.617s)
2262025-02-24T20:59:29.919Z Done (5.512s)
2272025-02-24T20:59:30.292Z Done (0.302s)
2282025-02-24T20:59:30.296Z Done (0.000s)
2292025-02-24T20:59:30.477Z Done (0.000s)
2302025-02-24T20:59:31.199ZPlanning: Evaluating mediator changes ... Done
2312025-02-24T20:59:31.359ZPlanning: Checking for conflicting actions ... Done
2322025-02-24T20:59:31.362ZPlanning: Consolidating action changes ... Done
2332025-02-24T20:59:31.626ZPlanning: Evaluating mediators ... Done
2342025-02-24T20:59:31.628ZPlanning: Planning completed in 0.43 seconds
2352025-02-24T20:59:31.666Z Mediators to change: 2
2362025-02-24T20:59:31.669Z Create boot environment: No
2372025-02-24T20:59:31.669ZCreate backup boot environment: No
2382025-02-24T20:59:31.767Z Done
2392025-02-24T20:59:31.767Z Done
2402025-02-24T20:59:32.182Z Done
2412025-02-24T20:59:35.753Z Done
2422025-02-24T20:59:35.848Z Done
2432025-02-24T20:59:35.850Z Done
2442025-02-24T20:59:35.982Z Done
2452025-02-24T20:59:36.596ZPlanning: Evaluating mediator changes ... Done
2462025-02-24T20:59:36.599ZPlanning: Merging actions ... Done
2472025-02-24T20:59:36.788ZPlanning: Checking for conflicting actions ... Done
2482025-02-24T20:59:36.790ZPlanning: Consolidating action changes ... Done
2492025-02-24T20:59:37.055ZPlanning: Evaluating mediators ... Done
2502025-02-24T20:59:37.109ZPlanning: Planning completed in 0.75 seconds
2512025-02-24T20:59:37.150Z Packages to change: 1
2522025-02-24T20:59:37.150Z Mediators to change: 1
2532025-02-24T20:59:37.152Z Services to change: 1
2542025-02-24T20:59:37.152Z Create boot environment: No
2552025-02-24T20:59:37.152ZCreate backup boot environment: Yes
2562025-02-24T20:59:38.387Z Actions: 1/6 actions (Updating modified actions)
2572025-02-24T20:59:38.390Z Actions: Completed 6 actions in 0.00 seconds.
2582025-02-24T20:59:38.390Z Done
2592025-02-24T20:59:38.390Z Done
2602025-02-24T20:59:38.514Z Done
2612025-02-24T20:59:42.133Z Done
2622025-02-24T20:59:42.220Z Done
2632025-02-24T20:59:42.223Z Done
2642025-02-24T20:59:42.354Z Done
2652025-02-24T20:59:42.792ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2662025-02-24T20:59:42.792Zclang system 15 system
2672025-02-24T20:59:42.792Zcsh system system illumos
2682025-02-24T20:59:42.792Zctags system system illumos
2692025-02-24T20:59:42.792Zgcc vendor 12 vendor
2702025-02-24T20:59:42.792Zgcc system 10 system
2712025-02-24T20:59:42.792Zgcc system 7 system
2722025-02-24T20:59:42.792Zgo system 1.20 system
2732025-02-24T20:59:42.792Zgo system 1.19 system
2742025-02-24T20:59:42.792Zllvm system 15 system
2752025-02-24T20:59:42.792Zllvm system 14 system
2762025-02-24T20:59:42.792Zmariadb system 10.6 system
2772025-02-24T20:59:42.792Zmta vendor vendor dma
2782025-02-24T20:59:42.792Zopenjdk system 17 system
2792025-02-24T20:59:42.792Zopenjdk system 11 system
2802025-02-24T20:59:42.792Zopenjdk system 1.8 system
2812025-02-24T20:59:42.792Zopenssl vendor 3 vendor
2822025-02-24T20:59:42.792Zperl system 5.36 system
2832025-02-24T20:59:42.792Zpostgresql system 15 system
2842025-02-24T20:59:42.793Zpostgresql system 13 system
2852025-02-24T20:59:42.793Zpython vendor 3 vendor
2862025-02-24T20:59:42.793Zpython system 2 system
2872025-02-24T20:59:42.793Zpython3 system 3.11 system
2882025-02-24T20:59:42.793Zruby system 3.0 system
2892025-02-24T20:59:42.793Zwords vendor vendor american-english
2902025-02-24T20:59:42.793Zwords system system australian-english
2912025-02-24T20:59:42.793Zwords system system british-english
2922025-02-24T20:59:42.793Zwords system system canadian-english
2932025-02-24T20:59:42.793Zwords system system french
2942025-02-24T20:59:42.793Zwords system system italian
2952025-02-24T20:59:42.793Zwords system system ngerman
2962025-02-24T20:59:42.793Zwords system system ogerman
2972025-02-24T20:59:42.793Zwords system system spanish
2982025-02-24T20:59:43.131ZPUBLISHER TYPE STATUS P LOCATION
2992025-02-24T20:59:43.131Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3002025-02-24T20:59:46.187ZFMRI IFO
3012025-02-24T20:59:46.187Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3022025-02-24T20:59:46.187Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3032025-02-24T20:59:46.187Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3042025-02-24T20:59:46.187Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3052025-02-24T20:59:46.187Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3062025-02-24T20:59:46.188Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3072025-02-24T20:59:46.188Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3082025-02-24T20:59:46.188Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3092025-02-24T20:59:46.188Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3102025-02-24T20:59:46.188Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3112025-02-24T20:59:46.188Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3122025-02-24T20:59:46.188Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3132025-02-24T20:59:46.188Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3142025-02-24T20:59:46.188Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3152025-02-24T20:59:46.188Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3162025-02-24T20:59:46.972Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3172025-02-24T20:59:47.315Z Updating crates.io index
3182025-02-24T20:59:47.318Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3192025-02-24T20:59:47.844Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3202025-02-24T20:59:48.117Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3212025-02-24T20:59:48.412Z Updating git repository `https://github.com/oxidecomputer/propolis`
3222025-02-24T20:59:49.384Z Updating git repository `https://github.com/oxidecomputer/crucible`
3232025-02-24T20:59:51.112Z Updating git repository `https://github.com/oxidecomputer/opte`
3242025-02-24T20:59:51.772Z Updating git repository `https://github.com/oxidecomputer/falcon`
3252025-02-24T20:59:52.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
3262025-02-24T20:59:52.708Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3272025-02-24T20:59:53.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3282025-02-24T20:59:53.593Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3292025-02-24T20:59:54.144Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3302025-02-24T20:59:54.486Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312025-02-24T20:59:54.947Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3322025-02-24T20:59:55.328Z Updating git repository `https://github.com/oxidecomputer/tofino`
3332025-02-24T20:59:55.604Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3342025-02-24T20:59:55.883Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3352025-02-24T20:59:56.141Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3362025-02-24T20:59:56.405Z Updating git repository `https://github.com/oxidecomputer/lldp`
3372025-02-24T20:59:56.701Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3382025-02-24T20:59:57.014Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3392025-02-24T20:59:57.325Z Updating git repository `https://github.com/oxidecomputer/ispf`
3402025-02-24T20:59:57.605Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3412025-02-24T20:59:57.951Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3422025-02-24T20:59:58.436Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3432025-02-24T20:59:58.750Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3442025-02-24T20:59:59.082Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3452025-02-24T20:59:59.529Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3462025-02-24T20:59:59.890Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3472025-02-24T21:00:00.158Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3482025-02-24T21:00:00.442Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3492025-02-24T21:00:01.904Z Downloading crates ...
3502025-02-24T21:00:01.968Z Downloaded autocfg v1.4.0
3512025-02-24T21:00:01.988Z Downloaded usdt-attr-macro v0.5.0
3522025-02-24T21:00:01.992Z Downloaded equivalent v1.0.1
3532025-02-24T21:00:01.995Z Downloaded swrite v0.1.0
3542025-02-24T21:00:01.998Z Downloaded usdt-macro v0.5.0
3552025-02-24T21:00:01.998Z Downloaded pretty-hex v0.4.1
3562025-02-24T21:00:02.001Z Downloaded scroll_derive v0.12.0
3572025-02-24T21:00:02.004Z Downloaded fs-err v2.11.0
3582025-02-24T21:00:02.007Z Downloaded fnv v1.0.7
3592025-02-24T21:00:02.007Z Downloaded crypto-common v0.1.6
3602025-02-24T21:00:02.009Z Downloaded cargo_metadata v0.18.1
3612025-02-24T21:00:02.012Z Downloaded cargo-platform v0.1.8
3622025-02-24T21:00:02.014Z Downloaded thiserror-impl v1.0.69
3632025-02-24T21:00:02.017Z Downloaded thiserror v1.0.69
3642025-02-24T21:00:02.019Z Downloaded tabled_derive v0.7.0
3652025-02-24T21:00:02.022Z Downloaded errno v0.3.9
3662025-02-24T21:00:02.022Z Downloaded usdt v0.5.0
3672025-02-24T21:00:02.024Z Downloaded plain v0.2.3
3682025-02-24T21:00:02.024Z Downloaded anstyle v1.0.10
3692025-02-24T21:00:02.027Z Downloaded strsim v0.11.1
3702025-02-24T21:00:02.027Z Downloaded dof v0.3.0
3712025-02-24T21:00:02.029Z Downloaded usdt-impl v0.5.0
3722025-02-24T21:00:02.029Z Downloaded memmap v0.7.0
3732025-02-24T21:00:02.032Z Downloaded heck v0.4.1
3742025-02-24T21:00:02.032Z Downloaded version_check v0.9.5
3752025-02-24T21:00:02.032Z Downloaded digest v0.10.7
3762025-02-24T21:00:02.035Z Downloaded thread-id v4.2.2
3772025-02-24T21:00:02.035Z Downloaded colorchoice v1.0.2
3782025-02-24T21:00:02.037Z Downloaded byteorder v1.5.0
3792025-02-24T21:00:02.037Z Downloaded bytecount v0.6.8
3802025-02-24T21:00:02.046Z Downloaded quote v1.0.38
3812025-02-24T21:00:02.053Z Downloaded clap_derive v4.5.28
3822025-02-24T21:00:02.062Z Downloaded textwrap v0.16.1
3832025-02-24T21:00:02.066Z Downloaded log v0.4.22
3842025-02-24T21:00:02.068Z Downloaded papergrid v0.11.0
3852025-02-24T21:00:02.076Z Downloaded clap_builder v4.5.30
3862025-02-24T21:00:02.081Z Downloaded serde v1.0.218
3872025-02-24T21:00:02.084Z Downloaded anstyle-parse v0.2.5
3882025-02-24T21:00:02.086Z Downloaded generic-array v0.14.7
3892025-02-24T21:00:02.090Z Downloaded dtrace-parser v0.2.0
3902025-02-24T21:00:02.097Z Downloaded toml_edit v0.22.22
3912025-02-24T21:00:02.118Z Downloaded is_terminal_polyfill v1.70.1
3922025-02-24T21:00:02.121Z Downloaded anstream v0.6.15
3932025-02-24T21:00:02.126Z Downloaded fastrand v2.1.1
3942025-02-24T21:00:02.129Z Downloaded serde_spanned v0.6.8
3952025-02-24T21:00:02.131Z Downloaded proc-macro-error-attr v1.0.4
3962025-02-24T21:00:02.131Z Downloaded heck v0.5.0
3972025-02-24T21:00:02.131Z Downloaded cpufeatures v0.2.14
3982025-02-24T21:00:02.143Z Downloaded unicode-linebreak v0.1.5
3992025-02-24T21:00:02.156Z Downloaded toml_datetime v0.6.8
4002025-02-24T21:00:02.158Z Downloaded terminal_size v0.4.0
4012025-02-24T21:00:02.158Z Downloaded serde_tokenstream v0.2.2
4022025-02-24T21:00:02.163Z Downloaded smawk v0.3.2
4032025-02-24T21:00:02.166Z Downloaded utf8parse v0.2.2
4042025-02-24T21:00:02.168Z Downloaded anstyle-query v1.1.1
4052025-02-24T21:00:02.168Z Downloaded macaddr v1.0.1
4062025-02-24T21:00:02.171Z Downloaded itoa v1.0.11
4072025-02-24T21:00:02.171Z Downloaded clap_lex v0.7.4
4082025-02-24T21:00:02.173Z Downloaded pest_generator v2.7.14
4092025-02-24T21:00:02.176Z Downloaded block-buffer v0.10.4
4102025-02-24T21:00:02.181Z Downloaded camino-tempfile v1.1.1
4112025-02-24T21:00:02.183Z Downloaded proc-macro-error v1.0.4
4122025-02-24T21:00:02.190Z Downloaded scroll v0.12.0
4132025-02-24T21:00:02.193Z Downloaded semver v1.0.25
4142025-02-24T21:00:02.195Z Downloaded camino v1.1.9
4152025-02-24T21:00:02.195Z Downloaded cfg-if v1.0.0
4162025-02-24T21:00:02.199Z Downloaded sha2 v0.10.8
4172025-02-24T21:00:02.202Z Downloaded pest_derive v2.7.14
4182025-02-24T21:00:02.204Z Downloaded cargo_toml v0.20.5
4192025-02-24T21:00:02.206Z Downloaded proc-macro2 v1.0.93
4202025-02-24T21:00:02.210Z Downloaded zerocopy-derive v0.7.35
4212025-02-24T21:00:02.212Z Downloaded once_cell v1.20.3
4222025-02-24T21:00:02.215Z Downloaded tempfile v3.13.0
4232025-02-24T21:00:02.218Z Downloaded unicode-ident v1.0.14
4242025-02-24T21:00:02.220Z Downloaded typenum v1.17.0
4252025-02-24T21:00:02.225Z Downloaded ucd-trie v0.1.7
4262025-02-24T21:00:02.228Z Downloaded serde_derive v1.0.218
4272025-02-24T21:00:02.230Z Downloaded clap v4.5.30
4282025-02-24T21:00:02.237Z Downloaded ryu v1.0.18
4292025-02-24T21:00:02.240Z Downloaded pest_meta v2.7.14
4302025-02-24T21:00:02.242Z Downloaded toml v0.8.19
4312025-02-24T21:00:02.245Z Downloaded serde_json v1.0.139
4322025-02-24T21:00:02.253Z Downloaded zerocopy v0.7.35
4332025-02-24T21:00:02.272Z Downloaded winnow v0.6.20
4342025-02-24T21:00:02.280Z Downloaded indexmap v2.7.1
4352025-02-24T21:00:02.284Z Downloaded memchr v2.7.4
4362025-02-24T21:00:02.289Z Downloaded hashbrown v0.15.1
4372025-02-24T21:00:02.294Z Downloaded goblin v0.8.2
4382025-02-24T21:00:02.300Z Downloaded syn v1.0.109
4392025-02-24T21:00:02.310Z Downloaded pest v2.7.14
4402025-02-24T21:00:02.315Z Downloaded anyhow v1.0.96
4412025-02-24T21:00:02.319Z Downloaded tabled v0.15.0
4422025-02-24T21:00:02.335Z Downloaded syn v2.0.96
4432025-02-24T21:00:02.346Z Downloaded bitflags v2.6.0
4442025-02-24T21:00:02.350Z Downloaded unicode-width v0.1.14
4452025-02-24T21:00:02.365Z Downloaded rustix v0.38.37
4462025-02-24T21:00:02.396Z Downloaded libc v0.2.170
4472025-02-24T21:00:02.685Z Compiling proc-macro2 v1.0.93
4482025-02-24T21:00:02.685Z Compiling unicode-ident v1.0.14
4492025-02-24T21:00:02.685Z Compiling serde v1.0.218
4502025-02-24T21:00:02.688Z Compiling version_check v0.9.5
4512025-02-24T21:00:02.688Z Compiling memchr v2.7.4
4522025-02-24T21:00:02.688Z Compiling thiserror v1.0.69
4532025-02-24T21:00:02.721Z Compiling libc v0.2.170
4542025-02-24T21:00:02.723Z Compiling ucd-trie v0.1.7
4552025-02-24T21:00:02.954Z Compiling itoa v1.0.11
4562025-02-24T21:00:03.201Z Compiling ryu v1.0.18
4572025-02-24T21:00:03.422Z Compiling once_cell v1.20.3
4582025-02-24T21:00:03.499Z Compiling byteorder v1.5.0
4592025-02-24T21:00:03.685Z Compiling serde_json v1.0.139
4602025-02-24T21:00:03.841Z Compiling rustix v0.38.37
4612025-02-24T21:00:03.914Z Compiling bitflags v2.6.0
4622025-02-24T21:00:04.045Z Compiling usdt-impl v0.5.0
4632025-02-24T21:00:04.130Z Compiling proc-macro-error-attr v1.0.4
4642025-02-24T21:00:04.251Z Compiling syn v1.0.109
4652025-02-24T21:00:04.337Z Compiling proc-macro-error v1.0.4
4662025-02-24T21:00:04.545Z Compiling equivalent v1.0.1
4672025-02-24T21:00:04.623Z Compiling camino v1.1.9
4682025-02-24T21:00:04.666Z Compiling log v0.4.22
4692025-02-24T21:00:04.690Z Compiling utf8parse v0.2.2
4702025-02-24T21:00:04.744Z Compiling quote v1.0.38
4712025-02-24T21:00:04.819Z Compiling errno v0.3.9
4722025-02-24T21:00:04.932Z Compiling hashbrown v0.15.1
4732025-02-24T21:00:04.959Z Compiling plain v0.2.3
4742025-02-24T21:00:05.096Z Compiling anstyle-parse v0.2.5
4752025-02-24T21:00:05.136Z Compiling syn v2.0.96
4762025-02-24T21:00:05.236Z Compiling thread-id v4.2.2
4772025-02-24T21:00:05.415Z Compiling anstyle v1.0.10
4782025-02-24T21:00:05.536Z Compiling pretty-hex v0.4.1
4792025-02-24T21:00:05.775Z Compiling autocfg v1.4.0
4802025-02-24T21:00:05.799Z Compiling is_terminal_polyfill v1.70.1
4812025-02-24T21:00:05.895Z Compiling colorchoice v1.0.2
4822025-02-24T21:00:05.944Z Compiling anstyle-query v1.1.1
4832025-02-24T21:00:06.062Z Compiling indexmap v2.7.1
4842025-02-24T21:00:06.090Z Compiling semver v1.0.25
4852025-02-24T21:00:06.113Z Compiling unicode-width v0.1.14
4862025-02-24T21:00:06.219Z Compiling winnow v0.6.20
4872025-02-24T21:00:06.666Z Compiling anstream v0.6.15
4882025-02-24T21:00:06.732Z Compiling fs-err v2.11.0
4892025-02-24T21:00:06.982Z Compiling terminal_size v0.4.0
4902025-02-24T21:00:07.228Z Compiling bytecount v0.6.8
4912025-02-24T21:00:07.357Z Compiling strsim v0.11.1
4922025-02-24T21:00:07.384Z Compiling fnv v1.0.7
4932025-02-24T21:00:07.481Z Compiling heck v0.4.1
4942025-02-24T21:00:07.509Z Compiling clap_lex v0.7.4
4952025-02-24T21:00:07.556Z Compiling heck v0.5.0
4962025-02-24T21:00:07.618Z Compiling fastrand v2.1.1
4972025-02-24T21:00:07.906Z Compiling cfg-if v1.0.0
4982025-02-24T21:00:07.966Z Compiling anyhow v1.0.96
4992025-02-24T21:00:08.022Z Compiling tempfile v3.13.0
5002025-02-24T21:00:08.056Z Compiling clap_builder v4.5.30
5012025-02-24T21:00:08.082Z Compiling papergrid v0.11.0
5022025-02-24T21:00:08.824Z Compiling memmap v0.7.0
5032025-02-24T21:00:08.903Z Compiling smawk v0.3.2
5042025-02-24T21:00:08.974Z Compiling unicode-linebreak v0.1.5
5052025-02-24T21:00:09.460Z Compiling textwrap v0.16.1
5062025-02-24T21:00:09.614Z Compiling swrite v0.1.0
5072025-02-24T21:00:10.119Z Compiling tabled_derive v0.7.0
5082025-02-24T21:00:11.332Z Compiling tabled v0.15.0
5092025-02-24T21:00:12.095Z Compiling serde_derive v1.0.218
5102025-02-24T21:00:12.098Z Compiling thiserror-impl v1.0.69
5112025-02-24T21:00:12.099Z Compiling zerocopy-derive v0.7.35
5122025-02-24T21:00:12.239Z Compiling scroll_derive v0.12.0
5132025-02-24T21:00:12.305Z Compiling clap_derive v4.5.28
5142025-02-24T21:00:13.638Z Compiling scroll v0.12.0
5152025-02-24T21:00:13.850Z Compiling zerocopy v0.7.35
5162025-02-24T21:00:14.013Z Compiling goblin v0.8.2
5172025-02-24T21:00:14.452Z Compiling pest v2.7.14
5182025-02-24T21:00:15.509Z Compiling clap v4.5.30
5192025-02-24T21:00:16.651Z Compiling pest_meta v2.7.14
5202025-02-24T21:00:17.547Z Compiling pest_generator v2.7.14
5212025-02-24T21:00:18.788Z Compiling pest_derive v2.7.14
5222025-02-24T21:00:19.553Z Compiling dtrace-parser v0.2.0
5232025-02-24T21:00:20.507Z Compiling toml_datetime v0.6.8
5242025-02-24T21:00:20.509Z Compiling serde_spanned v0.6.8
5252025-02-24T21:00:20.509Z Compiling cargo-platform v0.1.8
5262025-02-24T21:00:20.788Z Compiling serde_tokenstream v0.2.2
5272025-02-24T21:00:20.833Z Compiling toml_edit v0.22.22
5282025-02-24T21:00:20.951Z Compiling macaddr v1.0.1
5292025-02-24T21:00:21.051Z Compiling camino-tempfile v1.1.1
5302025-02-24T21:00:21.897Z Compiling dof v0.3.0
5312025-02-24T21:00:21.897Z Compiling cargo_metadata v0.18.1
5322025-02-24T21:00:23.496Z Compiling usdt-macro v0.5.0
5332025-02-24T21:00:23.497Z Compiling usdt-attr-macro v0.5.0
5342025-02-24T21:00:23.514Z Compiling toml v0.8.19
5352025-02-24T21:00:24.375Z Compiling cargo_toml v0.20.5
5362025-02-24T21:00:24.686Z Compiling usdt v0.5.0
5372025-02-24T21:00:26.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5382025-02-24T21:00:30.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.38s
5392025-02-24T21:00:30.368Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5402025-02-24T21:00:30.926Z Downloading crates ...
5412025-02-24T21:00:31.061Z Downloaded adler2 v2.0.0
5422025-02-24T21:00:31.088Z Downloaded atty v0.2.14
5432025-02-24T21:00:31.092Z Downloaded async-stream-impl v0.3.6
5442025-02-24T21:00:31.096Z Downloaded hex-literal v0.4.1
5452025-02-24T21:00:31.098Z Downloaded hostname v0.3.1
5462025-02-24T21:00:31.101Z Downloaded heck v0.3.3
5472025-02-24T21:00:31.104Z Downloaded hubpack_derive v0.1.1
5482025-02-24T21:00:31.104Z Downloaded http-range v0.1.5
5492025-02-24T21:00:31.106Z Downloaded is_ci v1.2.0
5502025-02-24T21:00:31.106Z Downloaded ident_case v1.0.1
5512025-02-24T21:00:31.109Z Downloaded http-body v1.0.1
5522025-02-24T21:00:31.111Z Downloaded md5 v0.7.0
5532025-02-24T21:00:31.111Z Downloaded ciborium-io v0.2.2
5542025-02-24T21:00:31.111Z Downloaded curve25519-dalek-derive v0.1.1
5552025-02-24T21:00:31.118Z Downloaded match_cfg v0.1.0
5562025-02-24T21:00:31.120Z Downloaded crucible-workspace-hack v0.1.0
5572025-02-24T21:00:31.120Z Downloaded cfg_aliases v0.2.1
5582025-02-24T21:00:31.123Z Downloaded instant v0.1.13
5592025-02-24T21:00:31.123Z Downloaded httpdate v1.0.3
5602025-02-24T21:00:31.127Z Downloaded cstr-argument v0.1.2
5612025-02-24T21:00:31.130Z Downloaded convert_case v0.4.0
5622025-02-24T21:00:31.133Z Downloaded mirai-annotations v1.12.0
5632025-02-24T21:00:31.133Z Downloaded cfg_aliases v0.1.1
5642025-02-24T21:00:31.135Z Downloaded crunchy v0.2.2
5652025-02-24T21:00:31.138Z Downloaded aead v0.5.2
5662025-02-24T21:00:31.142Z Downloaded bcrypt-pbkdf v0.10.0
5672025-02-24T21:00:31.144Z Downloaded hubpack v0.1.2
5682025-02-24T21:00:31.147Z Downloaded atomic-waker v1.1.2
5692025-02-24T21:00:31.147Z Downloaded hostname v0.4.0
5702025-02-24T21:00:31.149Z Downloaded arrayref v0.3.9
5712025-02-24T21:00:31.152Z Downloaded atomicwrites v0.4.4
5722025-02-24T21:00:31.152Z Downloaded async-recursion v1.1.1
5732025-02-24T21:00:31.156Z Downloaded lazycell v1.3.0
5742025-02-24T21:00:31.159Z Downloaded libsw v3.3.1
5752025-02-24T21:00:31.161Z Downloaded maybe-uninit v2.0.0
5762025-02-24T21:00:31.164Z Downloaded inout v0.1.3
5772025-02-24T21:00:31.164Z Downloaded highway v1.2.0
5782025-02-24T21:00:31.166Z Downloaded maplit v1.0.2
5792025-02-24T21:00:31.168Z Downloaded internet-checksum v0.2.1
5802025-02-24T21:00:31.169Z Downloaded mockall v0.13.1
5812025-02-24T21:00:31.171Z Downloaded colored v2.1.0
5822025-02-24T21:00:31.174Z Downloaded ciborium-ll v0.2.2
5832025-02-24T21:00:31.174Z Downloaded cexpr v0.6.0
5842025-02-24T21:00:31.176Z Downloaded block-padding v0.3.3
5852025-02-24T21:00:31.179Z Downloaded bitfield-struct v0.6.2
5862025-02-24T21:00:31.179Z Downloaded blowfish v0.9.1
5872025-02-24T21:00:31.181Z Downloaded ipnetwork v0.21.1
5882025-02-24T21:00:31.184Z Downloaded mime v0.3.17
5892025-02-24T21:00:31.187Z Downloaded crc v3.2.1
5902025-02-24T21:00:31.189Z Downloaded kstat-rs v0.2.4
5912025-02-24T21:00:31.189Z Downloaded psl-types v2.0.11
5922025-02-24T21:00:31.192Z Downloaded crc-catalog v2.4.0
5932025-02-24T21:00:31.194Z Downloaded constant_time_eq v0.3.1
5942025-02-24T21:00:31.194Z Downloaded memoffset v0.9.1
5952025-02-24T21:00:31.197Z Downloaded lru-cache v0.1.2
5962025-02-24T21:00:31.197Z Downloaded hyper-rustls v0.27.3
5972025-02-24T21:00:31.199Z Downloaded cobs v0.2.3
5982025-02-24T21:00:31.202Z Downloaded linear-map v1.2.0
5992025-02-24T21:00:31.204Z Downloaded cipher v0.4.4
6002025-02-24T21:00:31.206Z Downloaded lockfree-object-pool v0.1.6
6012025-02-24T21:00:31.209Z Downloaded cmake v0.1.51
6022025-02-24T21:00:31.211Z Downloaded jobserver v0.1.32
6032025-02-24T21:00:31.214Z Downloaded md-5 v0.10.6
6042025-02-24T21:00:31.214Z Downloaded litemap v0.7.3
6052025-02-24T21:00:31.216Z Downloaded progenitor-client v0.9.1
6062025-02-24T21:00:31.219Z Downloaded ipnet v2.10.1
6072025-02-24T21:00:31.221Z Downloaded hyper-staticfile v0.10.1
6082025-02-24T21:00:31.224Z Downloaded base64ct v1.6.0
6092025-02-24T21:00:31.226Z Downloaded scopeguard v1.2.0
6102025-02-24T21:00:31.229Z Downloaded backoff v0.4.0
6112025-02-24T21:00:31.229Z Downloaded async-bb8-diesel v0.2.1
6122025-02-24T21:00:31.231Z Downloaded iana-time-zone v0.1.61
6132025-02-24T21:00:31.235Z Downloaded mime_guess v2.0.5
6142025-02-24T21:00:31.237Z Downloaded bit-vec v0.6.3
6152025-02-24T21:00:31.239Z Downloaded libefi-sys v0.1.0
6162025-02-24T21:00:31.242Z Downloaded termtree v0.4.1
6172025-02-24T21:00:31.242Z Downloaded console v0.15.10
6182025-02-24T21:00:31.245Z Downloaded ctr v0.9.2
6192025-02-24T21:00:31.248Z Downloaded hmac v0.12.1
6202025-02-24T21:00:31.251Z Downloaded rand_xorshift v0.3.0
6212025-02-24T21:00:31.251Z Downloaded rand_seeder v0.3.0
6222025-02-24T21:00:31.253Z Downloaded take_mut v0.2.2
6232025-02-24T21:00:31.253Z Downloaded strum v0.26.3
6242025-02-24T21:00:31.256Z Downloaded aes-gcm v0.10.3
6252025-02-24T21:00:31.258Z Downloaded lock_api v0.4.12
6262025-02-24T21:00:31.261Z Downloaded hickory-client v0.24.3
6272025-02-24T21:00:31.264Z Downloaded memmap2 v0.9.5
6282025-02-24T21:00:31.267Z Downloaded indexmap v1.9.3
6292025-02-24T21:00:31.271Z Downloaded zone_cfg_derive v0.3.0
6302025-02-24T21:00:31.274Z Downloaded scrypt v0.11.0
6312025-02-24T21:00:31.274Z Downloaded zone_cfg_derive v0.1.2
6322025-02-24T21:00:31.276Z Downloaded csv-core v0.1.11
6332025-02-24T21:00:31.279Z Downloaded fallible-streaming-iterator v0.1.9
6342025-02-24T21:00:31.279Z Downloaded vte_generate_state_changes v0.1.2
6352025-02-24T21:00:31.279Z Downloaded cookie_store v0.21.1
6362025-02-24T21:00:31.282Z Downloaded diesel_table_macro_syntax v0.2.0
6372025-02-24T21:00:31.284Z Downloaded zerofrom v0.1.4
6382025-02-24T21:00:31.284Z Downloaded spki v0.7.3
6392025-02-24T21:00:31.287Z Downloaded ahash v0.8.11
6402025-02-24T21:00:31.289Z Downloaded rustversion v1.0.17
6412025-02-24T21:00:31.292Z Downloaded termtree v0.5.1
6422025-02-24T21:00:31.295Z Downloaded proc-macro-error-attr2 v2.0.0
6432025-02-24T21:00:31.295Z Downloaded mockall_derive v0.13.1
6442025-02-24T21:00:31.298Z Downloaded normalize-line-endings v0.3.0
6452025-02-24T21:00:31.300Z Downloaded parse-size v1.1.0
6462025-02-24T21:00:31.300Z Downloaded blake2 v0.10.6
6472025-02-24T21:00:31.303Z Downloaded newline-converter v0.3.0
6482025-02-24T21:00:31.305Z Downloaded tokio-macros v2.5.0
6492025-02-24T21:00:31.308Z Downloaded typify-macro v0.3.0
6502025-02-24T21:00:31.308Z Downloaded headers-core v0.3.0
6512025-02-24T21:00:31.308Z Downloaded openssl-probe v0.1.5
6522025-02-24T21:00:31.310Z Downloaded openssl-macros v0.1.1
6532025-02-24T21:00:31.310Z Downloaded universal-hash v0.5.1
6542025-02-24T21:00:31.313Z Downloaded signature v2.2.0
6552025-02-24T21:00:31.315Z Downloaded icu_locid_transform_data v1.5.0
6562025-02-24T21:00:31.316Z Downloaded fxhash v0.2.1
6572025-02-24T21:00:31.318Z Downloaded bcs v0.1.6
6582025-02-24T21:00:31.321Z Downloaded static_assertions v1.1.0
6592025-02-24T21:00:31.321Z Downloaded icu_provider v1.5.0
6602025-02-24T21:00:31.324Z Downloaded strum_macros v0.25.3
6612025-02-24T21:00:31.326Z Downloaded progenitor-client v0.8.0
6622025-02-24T21:00:31.329Z Downloaded dirs-sys-next v0.1.2
6632025-02-24T21:00:31.329Z Downloaded dirs-next v2.0.0
6642025-02-24T21:00:31.331Z Downloaded difflib v0.4.0
6652025-02-24T21:00:31.334Z Downloaded zone v0.3.0
6662025-02-24T21:00:31.334Z Downloaded crc-any v2.5.0
6672025-02-24T21:00:31.336Z Downloaded predicates-core v1.0.8
6682025-02-24T21:00:31.336Z Downloaded fallible-iterator v0.3.0
6692025-02-24T21:00:31.339Z Downloaded fallible-iterator v0.2.0
6702025-02-24T21:00:31.341Z Downloaded miniz_oxide v0.8.0
6712025-02-24T21:00:31.344Z Downloaded bzip2 v0.4.4
6722025-02-24T21:00:31.346Z Downloaded rustc-hash v2.1.1
6732025-02-24T21:00:31.346Z Downloaded base64 v0.13.1
6742025-02-24T21:00:31.349Z Downloaded zerofrom-derive v0.1.4
6752025-02-24T21:00:31.352Z Downloaded tracing-attributes v0.1.27
6762025-02-24T21:00:31.354Z Downloaded arc-swap v1.7.1
6772025-02-24T21:00:31.358Z Downloaded tower-layer v0.3.3
6782025-02-24T21:00:31.360Z Downloaded time-core v0.1.2
6792025-02-24T21:00:31.360Z Downloaded bytes v1.9.0
6802025-02-24T21:00:31.365Z Downloaded sqlparser_derive v0.2.2
6812025-02-24T21:00:31.367Z Downloaded parse-display-derive v0.10.0
6822025-02-24T21:00:31.369Z Downloaded signal-hook-mio v0.2.4
6832025-02-24T21:00:31.369Z Downloaded typify v0.2.0
6842025-02-24T21:00:31.372Z Downloaded fragile v2.0.0
6852025-02-24T21:00:31.375Z Downloaded crossbeam-epoch v0.9.18
6862025-02-24T21:00:31.377Z Downloaded phf_shared v0.11.2
6872025-02-24T21:00:31.379Z Downloaded radium v0.7.0
6882025-02-24T21:00:31.382Z Downloaded postgres-protocol v0.6.8
6892025-02-24T21:00:31.384Z Downloaded termios v0.3.3
6902025-02-24T21:00:31.384Z Downloaded smallvec v1.14.0
6912025-02-24T21:00:31.387Z Downloaded daft v0.1.1
6922025-02-24T21:00:31.389Z Downloaded crossbeam-utils v0.8.20
6932025-02-24T21:00:31.392Z Downloaded chacha20poly1305 v0.10.1
6942025-02-24T21:00:31.394Z Downloaded base64 v0.22.1
6952025-02-24T21:00:31.399Z Downloaded futures-sink v0.3.31
6962025-02-24T21:00:31.401Z Downloaded derive_builder_macro v0.20.2
6972025-02-24T21:00:31.401Z Downloaded ref-cast-impl v1.0.23
6982025-02-24T21:00:31.404Z Downloaded base64 v0.21.7
6992025-02-24T21:00:31.406Z Downloaded signal-hook-registry v1.4.2
7002025-02-24T21:00:31.409Z Downloaded spin v0.9.8
7012025-02-24T21:00:31.411Z Downloaded test-strategy v0.4.0
7022025-02-24T21:00:31.414Z Downloaded vsss-rs v3.3.4
7032025-02-24T21:00:31.418Z Downloaded phf_shared v0.10.0
7042025-02-24T21:00:31.420Z Downloaded phf_codegen v0.11.2
7052025-02-24T21:00:31.420Z Downloaded oso-derive v0.27.3
7062025-02-24T21:00:31.423Z Downloaded crypto-bigint v0.5.5
7072025-02-24T21:00:31.439Z Downloaded number_prefix v0.4.0
7082025-02-24T21:00:31.442Z Downloaded thiserror-no-std v2.0.2
7092025-02-24T21:00:31.445Z Downloaded thiserror-impl-no-std v2.0.2
7102025-02-24T21:00:31.447Z Downloaded synstructure v0.13.1
7112025-02-24T21:00:31.447Z Downloaded slog-scope v4.4.0
7122025-02-24T21:00:31.450Z Downloaded untrusted v0.7.1
7132025-02-24T21:00:31.452Z Downloaded unicode-xid v0.2.6
7142025-02-24T21:00:31.452Z Downloaded unicase v2.7.0
7152025-02-24T21:00:31.455Z Downloaded progenitor-impl v0.8.0
7162025-02-24T21:00:31.458Z Downloaded daft-derive v0.1.1
7172025-02-24T21:00:31.460Z Downloaded writeable v0.5.5
7182025-02-24T21:00:31.463Z Downloaded xattr v1.3.1
7192025-02-24T21:00:31.465Z Downloaded rand v0.8.5
7202025-02-24T21:00:31.469Z Downloaded signal-hook-tokio v0.3.1
7212025-02-24T21:00:31.472Z Downloaded embedded-io v0.6.1
7222025-02-24T21:00:31.472Z Downloaded embedded-io v0.4.0
7232025-02-24T21:00:31.475Z Downloaded diesel-dtrace v0.4.2
7242025-02-24T21:00:31.478Z Downloaded futures-task v0.3.31
7252025-02-24T21:00:31.480Z Downloaded backtrace v0.3.74
7262025-02-24T21:00:31.482Z Downloaded phf_generator v0.11.2
7272025-02-24T21:00:31.486Z Downloaded toolchain_find v0.4.0
7282025-02-24T21:00:31.488Z Downloaded futures-macro v0.3.31
7292025-02-24T21:00:31.488Z Downloaded crossbeam-channel v0.5.13
7302025-02-24T21:00:31.492Z Downloaded publicsuffix v2.3.0
7312025-02-24T21:00:31.495Z Downloaded waitgroup v0.1.2
7322025-02-24T21:00:31.497Z Downloaded thread_local v1.1.8
7332025-02-24T21:00:31.501Z Downloaded unsafe-libyaml v0.2.11
7342025-02-24T21:00:31.503Z Downloaded oso v0.27.3
7352025-02-24T21:00:31.506Z Downloaded foreign-types v0.3.2
7362025-02-24T21:00:31.509Z Downloaded pbkdf2 v0.11.0
7372025-02-24T21:00:31.511Z Downloaded thiserror-impl v2.0.11
7382025-02-24T21:00:31.514Z Downloaded rustc-hash v1.1.0
7392025-02-24T21:00:31.514Z Downloaded quinn-udp v0.5.5
7402025-02-24T21:00:31.516Z Downloaded phf v0.11.2
7412025-02-24T21:00:31.516Z Downloaded pkcs1 v0.7.5
7422025-02-24T21:00:31.519Z Downloaded num-conv v0.1.0
7432025-02-24T21:00:31.521Z Downloaded pkcs5 v0.7.1
7442025-02-24T21:00:31.524Z Downloaded minimal-lexical v0.2.1
7452025-02-24T21:00:31.529Z Downloaded slog-stdlog v4.1.1
7462025-02-24T21:00:31.532Z Downloaded slog-bunyan v2.5.0
7472025-02-24T21:00:31.534Z Downloaded shell-words v1.1.0
7482025-02-24T21:00:31.534Z Downloaded des v0.8.1
7492025-02-24T21:00:31.537Z Downloaded zopfli v0.8.1
7502025-02-24T21:00:31.539Z Downloaded tls_codec v0.4.1
7512025-02-24T21:00:31.542Z Downloaded pin-project-internal v1.1.6
7522025-02-24T21:00:31.544Z Downloaded r2d2 v0.8.10
7532025-02-24T21:00:31.547Z Downloaded parking_lot_core v0.8.6
7542025-02-24T21:00:31.549Z Downloaded diesel_derives v2.2.3
7552025-02-24T21:00:31.552Z Downloaded supports-color v3.0.1
7562025-02-24T21:00:31.554Z Downloaded tracing-core v0.1.32
7572025-02-24T21:00:31.557Z Downloaded wait-timeout v0.2.0
7582025-02-24T21:00:31.559Z Downloaded unicode_categories v0.1.1
7592025-02-24T21:00:31.562Z Downloaded salsa20 v0.10.2
7602025-02-24T21:00:31.562Z Downloaded toml v0.7.8
7612025-02-24T21:00:31.566Z Downloaded try-lock v0.2.5
7622025-02-24T21:00:31.569Z Downloaded headers v0.4.0
7632025-02-24T21:00:31.573Z Downloaded num-derive v0.4.2
7642025-02-24T21:00:31.575Z Downloaded fixedbitset v0.4.2
7652025-02-24T21:00:31.578Z Downloaded filetime v0.2.25
7662025-02-24T21:00:31.580Z Downloaded env_filter v0.1.2
7672025-02-24T21:00:31.583Z Downloaded rustc-demangle v0.1.24
7682025-02-24T21:00:31.583Z Downloaded nanorand v0.7.0
7692025-02-24T21:00:31.586Z Downloaded term v0.7.0
7702025-02-24T21:00:31.589Z Downloaded tokio-rustls v0.26.0
7712025-02-24T21:00:31.592Z Downloaded derive_more v0.99.19
7722025-02-24T21:00:31.597Z Downloaded foreign-types-shared v0.1.1
7732025-02-24T21:00:31.600Z Downloaded pin-project v1.1.6
7742025-02-24T21:00:31.610Z Downloaded precomputed-hash v0.1.1
7752025-02-24T21:00:31.615Z Downloaded pkg-config v0.3.31
7762025-02-24T21:00:31.615Z Downloaded ssh-encoding v0.2.0
7772025-02-24T21:00:31.615Z Downloaded percent-encoding v2.3.1
7782025-02-24T21:00:31.621Z Downloaded ssh-cipher v0.2.0
7792025-02-24T21:00:31.621Z Downloaded scheduled-thread-pool v0.2.7
7802025-02-24T21:00:31.621Z Downloaded toml_edit v0.19.15
7812025-02-24T21:00:31.636Z Downloaded yoke-derive v0.7.4
7822025-02-24T21:00:31.638Z Downloaded itertools v0.10.5
7832025-02-24T21:00:31.643Z Downloaded postgres-types v0.2.8
7842025-02-24T21:00:31.646Z Downloaded futures-executor v0.3.31
7852025-02-24T21:00:31.649Z Downloaded futures-core v0.3.31
7862025-02-24T21:00:31.651Z Downloaded downcast v0.11.0
7872025-02-24T21:00:31.653Z Downloaded postcard v1.0.10
7882025-02-24T21:00:31.655Z Downloaded subtle v2.6.1
7892025-02-24T21:00:31.659Z Downloaded aes v0.8.4
7902025-02-24T21:00:31.664Z Downloaded ron v0.7.1
7912025-02-24T21:00:31.668Z Downloaded newtype_derive v0.1.6
7922025-02-24T21:00:31.668Z Downloaded topological-sort v0.2.2
7932025-02-24T21:00:31.671Z Downloaded siphasher v0.3.11
7942025-02-24T21:00:31.671Z Downloaded progenitor-macro v0.9.1
7952025-02-24T21:00:31.671Z Downloaded progenitor-macro v0.8.0
7962025-02-24T21:00:31.676Z Downloaded deranged v0.3.11
7972025-02-24T21:00:31.676Z Downloaded multimap v0.10.0
7982025-02-24T21:00:31.676Z Downloaded dropshot_endpoint v0.12.0
7992025-02-24T21:00:31.681Z Downloaded sigpipe v0.1.3
8002025-02-24T21:00:31.681Z Downloaded defmt-macros v0.3.9
8012025-02-24T21:00:31.685Z Downloaded stable_deref_trait v1.2.0
8022025-02-24T21:00:31.685Z Downloaded russh v0.45.0
8032025-02-24T21:00:31.690Z Downloaded new_debug_unreachable v1.0.6
8042025-02-24T21:00:31.694Z Downloaded packed_struct_codegen v0.10.1
8052025-02-24T21:00:31.694Z Downloaded num-traits v0.2.19
8062025-02-24T21:00:31.697Z Downloaded futures-channel v0.3.31
8072025-02-24T21:00:31.700Z Downloaded either v1.13.0
8082025-02-24T21:00:31.703Z Downloaded document-features v0.2.10
8092025-02-24T21:00:31.703Z Downloaded schemars_derive v0.8.21
8102025-02-24T21:00:31.703Z Downloaded rustfmt-wrapper v0.2.1
8112025-02-24T21:00:31.707Z Downloaded rustls-pemfile v2.2.0
8122025-02-24T21:00:31.708Z Downloaded derive-where v1.2.7
8132025-02-24T21:00:31.711Z Downloaded typify v0.3.0
8142025-02-24T21:00:31.715Z Downloaded tinyvec_macros v0.1.1
8152025-02-24T21:00:31.717Z Downloaded poly1305 v0.8.0
8162025-02-24T21:00:31.719Z Downloaded num v0.4.3
8172025-02-24T21:00:31.721Z Downloaded pkcs8 v0.10.2
8182025-02-24T21:00:31.723Z Downloaded derive_builder_core v0.20.2
8192025-02-24T21:00:31.726Z Downloaded opaque-debug v0.3.1
8202025-02-24T21:00:31.730Z Downloaded parse-zoneinfo v0.3.1
8212025-02-24T21:00:31.730Z Downloaded pin-project-lite v0.2.14
8222025-02-24T21:00:31.735Z Downloaded quick-error v1.2.3
8232025-02-24T21:00:31.739Z Downloaded simd-adler32 v0.3.7
8242025-02-24T21:00:31.739Z Downloaded proc-macro-crate v1.3.1
8252025-02-24T21:00:31.742Z Downloaded samael v0.0.18
8262025-02-24T21:00:31.746Z Downloaded endian-type v0.1.2
8272025-02-24T21:00:31.751Z Downloaded hkdf v0.12.4
8282025-02-24T21:00:31.753Z Downloaded url v2.5.3
8292025-02-24T21:00:31.756Z Downloaded pretty-hex v0.2.1
8302025-02-24T21:00:31.756Z Downloaded russh-cryptovec v0.7.3
8312025-02-24T21:00:31.757Z Downloaded structmeta-derive v0.3.0
8322025-02-24T21:00:31.759Z Downloaded tar v0.4.42
8332025-02-24T21:00:31.761Z Downloaded funty v2.0.0
8342025-02-24T21:00:31.763Z Downloaded num_threads v0.1.7
8352025-02-24T21:00:31.763Z Downloaded num-bigint v0.4.6
8362025-02-24T21:00:31.768Z Downloaded peg-runtime v0.8.3
8372025-02-24T21:00:31.770Z Downloaded form_urlencoded v1.2.1
8382025-02-24T21:00:31.772Z Downloaded resolv-conf v0.7.0
8392025-02-24T21:00:31.774Z Downloaded ppv-lite86 v0.2.20
8402025-02-24T21:00:31.774Z Downloaded zeroize_derive v1.4.2
8412025-02-24T21:00:31.776Z Downloaded zeroize v1.8.1
8422025-02-24T21:00:31.778Z Downloaded hash32 v0.2.1
8432025-02-24T21:00:31.780Z Downloaded progenitor-impl v0.9.1
8442025-02-24T21:00:31.782Z Downloaded rand v0.9.0
8452025-02-24T21:00:31.785Z Downloaded sha1 v0.10.6
8462025-02-24T21:00:31.787Z Downloaded packed_struct v0.10.1
8472025-02-24T21:00:31.789Z Downloaded sync_wrapper v1.0.1
8482025-02-24T21:00:31.791Z Downloaded heapless v0.7.17
8492025-02-24T21:00:31.794Z Downloaded itertools v0.13.0
8502025-02-24T21:00:31.802Z Downloaded stringprep v0.1.5
8512025-02-24T21:00:31.804Z Downloaded tungstenite v0.21.0
8522025-02-24T21:00:31.808Z Downloaded enum-as-inner v0.6.1
8532025-02-24T21:00:31.810Z Downloaded displaydoc v0.2.5
8542025-02-24T21:00:31.813Z Downloaded parking_lot v0.11.2
8552025-02-24T21:00:31.816Z Downloaded rand_chacha v0.9.0
8562025-02-24T21:00:31.818Z Downloaded rustc_version v0.1.7
8572025-02-24T21:00:31.820Z Downloaded rtoolbox v0.0.2
8582025-02-24T21:00:31.820Z Downloaded glob v0.3.2
8592025-02-24T21:00:31.822Z Downloaded crossterm v0.28.1
8602025-02-24T21:00:31.828Z Downloaded futures v0.3.31
8612025-02-24T21:00:31.834Z Downloaded whoami v1.5.2
8622025-02-24T21:00:31.836Z Downloaded time v0.3.36
8632025-02-24T21:00:31.843Z Downloaded foreign-types-shared v0.3.1
8642025-02-24T21:00:31.846Z Downloaded num_enum_derive v0.5.11
8652025-02-24T21:00:31.846Z Downloaded num_enum v0.5.11
8662025-02-24T21:00:31.850Z Downloaded darling_macro v0.20.10
8672025-02-24T21:00:31.853Z Downloaded semver v0.1.20
8682025-02-24T21:00:31.853Z Downloaded secrecy v0.8.0
8692025-02-24T21:00:31.855Z Downloaded display-error-chain v0.2.2
8702025-02-24T21:00:31.855Z Downloaded unarray v0.1.4
8712025-02-24T21:00:31.857Z Downloaded owo-colors v4.1.0
8722025-02-24T21:00:31.859Z Downloaded nom v7.1.3
8732025-02-24T21:00:31.870Z Downloaded heapless v0.8.0
8742025-02-24T21:00:31.872Z Downloaded env_logger v0.10.2
8752025-02-24T21:00:31.872Z Downloaded rand_chacha v0.3.1
8762025-02-24T21:00:31.875Z Downloaded unicode-truncate v1.1.0
8772025-02-24T21:00:31.877Z Downloaded rustls-pki-types v1.10.0
8782025-02-24T21:00:31.879Z Downloaded which v4.4.2
8792025-02-24T21:00:31.882Z Downloaded tokio-tungstenite v0.21.0
8802025-02-24T21:00:31.885Z Downloaded tokio-stream v0.1.16
8812025-02-24T21:00:31.888Z Downloaded zone v0.1.8
8822025-02-24T21:00:31.890Z Downloaded rustc_version v0.4.1
8832025-02-24T21:00:31.892Z Downloaded rpassword v7.3.1
8842025-02-24T21:00:31.892Z Downloaded termcolor v1.4.1
8852025-02-24T21:00:31.895Z Downloaded tap v1.0.1
8862025-02-24T21:00:31.895Z Downloaded tabwriter v1.4.0
8872025-02-24T21:00:31.898Z Downloaded newtype-uuid v1.2.1
8882025-02-24T21:00:31.898Z Downloaded fd-lock v4.0.2
8892025-02-24T21:00:31.900Z Downloaded serde-big-array v0.5.1
8902025-02-24T21:00:31.900Z Downloaded time-macros v0.2.18
8912025-02-24T21:00:31.903Z Downloaded ff v0.13.0
8922025-02-24T21:00:31.905Z Downloaded hash32 v0.3.1
8932025-02-24T21:00:31.907Z Downloaded parking_lot v0.12.3
8942025-02-24T21:00:31.910Z Downloaded slog-async v2.8.0
8952025-02-24T21:00:31.910Z Downloaded powerfmt v0.2.0
8962025-02-24T21:00:31.912Z Downloaded parking_lot_core v0.9.10
8972025-02-24T21:00:31.915Z Downloaded smf v0.2.3
8982025-02-24T21:00:31.915Z Downloaded proc-macro-error2 v2.0.1
8992025-02-24T21:00:31.918Z Downloaded path-slash v0.1.5
9002025-02-24T21:00:31.920Z Downloaded foreign-types v0.5.0
9012025-02-24T21:00:31.920Z Downloaded foreign-types-macros v0.2.3
9022025-02-24T21:00:31.924Z Downloaded native-tls v0.2.12
9032025-02-24T21:00:31.926Z Downloaded zip v2.1.3
9042025-02-24T21:00:31.929Z Downloaded serde_urlencoded v0.7.1
9052025-02-24T21:00:31.931Z Downloaded rustyline v14.0.0
9062025-02-24T21:00:31.935Z Downloaded dropshot_endpoint v0.15.1
9072025-02-24T21:00:31.939Z Downloaded ron v0.8.1
9082025-02-24T21:00:31.944Z Downloaded papergrid v0.14.0
9092025-02-24T21:00:31.949Z Downloaded proptest v1.5.0
9102025-02-24T21:00:31.959Z Downloaded rfc6979 v0.4.0
9112025-02-24T21:00:31.961Z Downloaded tinyvec v1.8.0
9122025-02-24T21:00:31.964Z Downloaded rand_core v0.6.4
9132025-02-24T21:00:31.967Z Downloaded uzers v0.12.1
9142025-02-24T21:00:31.969Z Downloaded utf-8 v0.7.6
9152025-02-24T21:00:31.969Z Downloaded pem v3.0.4
9162025-02-24T21:00:31.973Z Downloaded zip v0.6.6
9172025-02-24T21:00:31.976Z Downloaded predicates-tree v1.0.11
9182025-02-24T21:00:31.978Z Downloaded ena v0.14.3
9192025-02-24T21:00:31.978Z Downloaded qorb v0.2.1
9202025-02-24T21:00:31.982Z Downloaded tracing v0.1.40
9212025-02-24T21:00:31.986Z Downloaded serde_with_macros v3.11.0
9222025-02-24T21:00:31.989Z Downloaded darling v0.20.10
9232025-02-24T21:00:31.992Z Downloaded globset v0.4.15
9242025-02-24T21:00:31.995Z Downloaded utf16_iter v1.0.5
9252025-02-24T21:00:31.995Z Downloaded unicode-bidi v0.3.17
9262025-02-24T21:00:31.998Z Downloaded paste v1.0.15
9272025-02-24T21:00:32.001Z Downloaded ghash v0.5.1
9282025-02-24T21:00:32.004Z Downloaded rand_core v0.9.2
9292025-02-24T21:00:32.004Z Downloaded password-hash v0.5.0
9302025-02-24T21:00:32.006Z Downloaded elliptic-curve v0.13.8
9312025-02-24T21:00:32.009Z Downloaded typed-path v0.9.3
9322025-02-24T21:00:32.016Z Downloaded typify-macro v0.2.0
9332025-02-24T21:00:32.019Z Downloaded similar v2.6.0
9342025-02-24T21:00:32.022Z Downloaded thiserror v2.0.11
9352025-02-24T21:00:32.028Z Downloaded tokio-postgres v0.7.12
9362025-02-24T21:00:32.033Z Downloaded zerocopy v0.6.6
9372025-02-24T21:00:32.036Z Downloaded half v2.4.1
9382025-02-24T21:00:32.040Z Downloaded rsa v0.9.6
9392025-02-24T21:00:32.046Z Downloaded sec1 v0.7.3
9402025-02-24T21:00:32.048Z Downloaded blake3 v1.5.4
9412025-02-24T21:00:32.053Z Downloaded peg-macros v0.8.4
9422025-02-24T21:00:32.056Z Downloaded slog v2.7.0
9432025-02-24T21:00:32.059Z Downloaded primeorder v0.13.6
9442025-02-24T21:00:32.061Z Downloaded darling_core v0.20.10
9452025-02-24T21:00:32.065Z Downloaded ssh-key v0.6.6
9462025-02-24T21:00:32.073Z Downloaded num-bigint-dig v0.8.4
9472025-02-24T21:00:32.077Z Downloaded uuid v1.12.0
9482025-02-24T21:00:32.080Z Downloaded serde_with v3.11.0
9492025-02-24T21:00:32.089Z Downloaded snafu v0.8.5
9502025-02-24T21:00:32.096Z Downloaded prettyplease v0.2.29
9512025-02-24T21:00:32.099Z Downloaded quinn v0.11.5
9522025-02-24T21:00:32.103Z Downloaded unicode-segmentation v1.12.0
9532025-02-24T21:00:32.107Z Downloaded steno v0.4.1
9542025-02-24T21:00:32.111Z Downloaded portable-atomic v1.9.0
9552025-02-24T21:00:32.119Z Downloaded h2 v0.4.6
9562025-02-24T21:00:32.125Z Downloaded unicode-normalization v0.1.24
9572025-02-24T21:00:32.129Z Downloaded tough v0.19.0
9582025-02-24T21:00:32.137Z Downloaded chrono v0.4.39
9592025-02-24T21:00:32.145Z Downloaded bindgen v0.69.5
9602025-02-24T21:00:32.153Z Downloaded p521 v0.13.3
9612025-02-24T21:00:32.157Z Downloaded tabled v0.18.0
9622025-02-24T21:00:32.175Z Downloaded rayon-core v1.12.1
9632025-02-24T21:00:32.178Z Downloaded sqlparser v0.45.0
9642025-02-24T21:00:32.184Z Downloaded hashbrown v0.12.3
9652025-02-24T21:00:32.188Z Downloaded regex v1.11.1
9662025-02-24T21:00:32.202Z Downloaded rusqlite v0.32.1
9672025-02-24T21:00:32.208Z Downloaded salty v0.3.0
9682025-02-24T21:00:32.215Z Downloaded rustls-webpki v0.102.8
9692025-02-24T21:00:32.234Z Downloaded rustls-webpki v0.101.7
9702025-02-24T21:00:32.249Z Downloaded bindgen v0.71.1
9712025-02-24T21:00:32.272Z Downloaded zerovec v0.10.4
9722025-02-24T21:00:32.279Z Downloaded regex-syntax v0.6.29
9732025-02-24T21:00:32.289Z Downloaded winnow v0.5.40
9742025-02-24T21:00:32.301Z Downloaded futures-util v0.3.31
9752025-02-24T21:00:32.316Z Downloaded rayon v1.10.0
9762025-02-24T21:00:32.324Z Downloaded regex-syntax v0.8.5
9772025-02-24T21:00:32.332Z Downloaded zerocopy v0.8.10
9782025-02-24T21:00:32.358Z Downloaded vcpkg v0.2.15
9792025-02-24T21:00:32.396Z Downloaded p384 v0.13.0
9802025-02-24T21:00:32.402Z Downloaded smoltcp v0.11.0
9812025-02-24T21:00:32.415Z Downloaded quick-xml v0.37.2
9822025-02-24T21:00:32.421Z Downloaded reqwest v0.12.12
9832025-02-24T21:00:32.430Z Downloaded diesel v2.2.7
9842025-02-24T21:00:32.449Z Downloaded nix v0.28.0
9852025-02-24T21:00:32.460Z Downloaded openssl v0.10.71
9862025-02-24T21:00:32.471Z Downloaded unicode-width v0.2.0
9872025-02-24T21:00:32.477Z Downloaded polar-core v0.27.3
9882025-02-24T21:00:32.487Z Downloaded webpki-roots v0.26.6
9892025-02-24T21:00:32.491Z Downloaded dropshot v0.12.0
9902025-02-24T21:00:32.513Z Downloaded git2 v0.19.0
9912025-02-24T21:00:32.521Z Downloaded bstr v1.10.0
9922025-02-24T21:00:32.532Z Downloaded object v0.30.4
9932025-02-24T21:00:32.542Z Downloaded gimli v0.31.1
9942025-02-24T21:00:32.551Z Downloaded smoltcp v0.9.1
9952025-02-24T21:00:32.562Z Downloaded dropshot v0.15.1
9962025-02-24T21:00:32.584Z Downloaded regress v0.9.1
9972025-02-24T21:00:32.593Z Downloaded object v0.36.5
9982025-02-24T21:00:32.604Z Downloaded rustls v0.23.19
9992025-02-24T21:00:32.615Z Downloaded regress v0.10.1
10002025-02-24T21:00:32.623Z Downloaded regex-automata v0.4.8
10012025-02-24T21:00:32.638Z Downloaded openapiv3 v2.0.0
10022025-02-24T21:00:32.649Z Downloaded sled v0.34.7
10032025-02-24T21:00:32.660Z Downloaded typify-impl v0.3.0
10042025-02-24T21:00:32.674Z Downloaded zerocopy-derive v0.6.6
10052025-02-24T21:00:32.684Z Downloaded ratatui v0.29.0
10062025-02-24T21:00:32.703Z Downloaded typify-impl v0.2.0
10072025-02-24T21:00:32.717Z Downloaded rustls v0.22.4
10082025-02-24T21:00:32.729Z Downloaded lzma-sys v0.1.20
10092025-02-24T21:00:32.758Z Downloaded bzip2-sys v0.1.11+1.0.8
10102025-02-24T21:00:32.769Z Downloaded chrono-tz v0.10.1
10112025-02-24T21:00:32.776Z Downloaded nix v0.27.1
10122025-02-24T21:00:32.786Z Downloaded petname v2.0.2
10132025-02-24T21:00:32.792Z Downloaded tokio v1.43.0
10142025-02-24T21:00:32.828Z Downloaded libz-sys v1.1.20
10152025-02-24T21:00:32.849Z Downloaded curve25519-dalek v4.1.3
10162025-02-24T21:00:32.858Z Downloaded petgraph v0.6.5
10172025-02-24T21:00:32.875Z Downloaded radix_trie v0.2.1
10182025-02-24T21:00:32.881Z Downloaded nix v0.29.0
10192025-02-24T21:00:32.894Z Downloaded hickory-proto v0.24.3
10202025-02-24T21:00:32.910Z Downloaded quinn-proto v0.11.8
10212025-02-24T21:00:32.916Z Downloaded sha3 v0.10.8
10222025-02-24T21:00:32.920Z Downloaded rustls v0.21.12
10232025-02-24T21:00:32.932Z Downloaded bitvec v1.0.1
10242025-02-24T21:00:32.946Z Downloaded tokio-util v0.7.12
10252025-02-24T21:00:32.954Z Downloaded csv v1.3.1
10262025-02-24T21:00:32.975Z Downloaded rcgen v0.12.1
10272025-02-24T21:00:32.978Z Downloaded ed25519-dalek v2.1.1
10282025-02-24T21:00:32.981Z Downloaded subprocess v0.2.9
10292025-02-24T21:00:32.983Z Downloaded hashbrown v0.14.5
10302025-02-24T21:00:32.989Z Downloaded hashbrown v0.13.2
10312025-02-24T21:00:32.993Z Downloaded der v0.7.9
10322025-02-24T21:00:32.998Z Downloaded icu_properties_data v1.5.0
10332025-02-24T21:00:33.009Z Downloaded tower v0.5.2
10342025-02-24T21:00:33.018Z Downloaded env_logger v0.11.5
10352025-02-24T21:00:33.020Z Downloaded ecdsa v0.16.9
10362025-02-24T21:00:33.023Z Downloaded pem-rfc7468 v0.7.0
10372025-02-24T21:00:33.026Z Downloaded omicron-zone-package v0.12.0
10382025-02-24T21:00:33.029Z Downloaded zerocopy-derive v0.8.10
10392025-02-24T21:00:33.033Z Downloaded lalrpop v0.19.12
10402025-02-24T21:00:33.045Z Downloaded aws-lc-rs v1.10.0
10412025-02-24T21:00:33.054Z Downloaded aho-corasick v1.1.3
10422025-02-24T21:00:33.061Z Downloaded reedline v0.35.0
10432025-02-24T21:00:33.068Z Downloaded flate2 v1.0.35
10442025-02-24T21:00:33.073Z Downloaded serde_path_to_error v0.1.16
10452025-02-24T21:00:33.076Z Downloaded tabled_derive v0.10.0
10462025-02-24T21:00:33.078Z Downloaded utf8_iter v1.0.4
10472025-02-24T21:00:33.078Z Downloaded ed25519 v2.2.3
10482025-02-24T21:00:33.078Z Downloaded dyn-clone v1.0.18
10492025-02-24T21:00:33.081Z Downloaded dunce v1.0.5
10502025-02-24T21:00:33.081Z Downloaded dsl_auto_type v0.1.2
10512025-02-24T21:00:33.083Z Downloaded data-encoding v2.6.0
10522025-02-24T21:00:33.083Z Downloaded serde_yaml v0.9.34+deprecated
10532025-02-24T21:00:33.087Z Downloaded p256 v0.13.2
10542025-02-24T21:00:33.090Z Downloaded schemars v0.8.21
10552025-02-24T21:00:33.102Z Downloaded tokio-native-tls v0.3.1
10562025-02-24T21:00:33.105Z Downloaded tokio-rustls v0.25.0
10572025-02-24T21:00:33.108Z Downloaded tokio-rustls v0.24.1
10582025-02-24T21:00:33.110Z Downloaded x509-cert v0.2.5
10592025-02-24T21:00:33.115Z Downloaded string_cache v0.8.7
10602025-02-24T21:00:33.118Z Downloaded strum_macros v0.26.4
10612025-02-24T21:00:33.120Z Downloaded socket2 v0.5.8
10622025-02-24T21:00:33.123Z Downloaded snafu-derive v0.8.5
10632025-02-24T21:00:33.125Z Downloaded flume v0.11.1
10642025-02-24T21:00:33.128Z Downloaded zerovec-derive v0.10.3
10652025-02-24T21:00:33.130Z Downloaded sqlformat v0.2.6
10662025-02-24T21:00:33.133Z Downloaded encoding_rs v0.8.34
10672025-02-24T21:00:33.154Z Downloaded multer v3.1.0
10682025-02-24T21:00:33.156Z Downloaded derive_builder v0.20.2
10692025-02-24T21:00:33.161Z Downloaded der_derive v0.7.3
10702025-02-24T21:00:33.164Z Downloaded tokio-tungstenite v0.24.0
10712025-02-24T21:00:33.166Z Downloaded tokio-tungstenite v0.23.1
10722025-02-24T21:00:33.169Z Downloaded itertools v0.14.0
10732025-02-24T21:00:33.174Z Downloaded debug-ignore v1.0.5
10742025-02-24T21:00:33.177Z Downloaded progenitor v0.8.0
10752025-02-24T21:00:33.179Z Downloaded oxnet v0.1.0
10762025-02-24T21:00:33.179Z Downloaded tungstenite v0.23.0
10772025-02-24T21:00:33.182Z Downloaded expectorate v1.1.0
10782025-02-24T21:00:33.184Z Downloaded itertools v0.12.1
10792025-02-24T21:00:33.191Z Downloaded mio v1.0.2
10802025-02-24T21:00:33.197Z Downloaded tui-tree-widget v0.23.0
10812025-02-24T21:00:33.200Z Downloaded ring v0.17.11
10822025-02-24T21:00:33.242Z Downloaded same-file v1.0.6
10832025-02-24T21:00:33.245Z Downloaded openssl-sys v0.9.106
10842025-02-24T21:00:33.250Z Downloaded num-rational v0.4.2
10852025-02-24T21:00:33.252Z Downloaded num-complex v0.4.6
10862025-02-24T21:00:33.252Z Downloaded idna v1.0.3
10872025-02-24T21:00:33.256Z Downloaded write16 v1.0.0
10882025-02-24T21:00:33.258Z Downloaded want v0.3.1
10892025-02-24T21:00:33.258Z Downloaded tinystr v0.7.6
10902025-02-24T21:00:33.261Z Downloaded libgit2-sys v0.17.0+1.8.1
10912025-02-24T21:00:33.319Z Downloaded tiny-keccak v2.0.2
10922025-02-24T21:00:33.322Z Downloaded polyval v0.6.2
10932025-02-24T21:00:33.324Z Downloaded pin-utils v0.1.0
10942025-02-24T21:00:33.324Z Downloaded num-integer v0.1.46
10952025-02-24T21:00:33.327Z Downloaded walkdir v2.5.0
10962025-02-24T21:00:33.329Z Downloaded value-bag v1.9.0
10972025-02-24T21:00:33.332Z Downloaded twox-hash v2.1.0
10982025-02-24T21:00:33.334Z Downloaded tungstenite v0.24.0
10992025-02-24T21:00:33.337Z Downloaded defmt v0.3.8
11002025-02-24T21:00:33.339Z Downloaded libxml v0.3.3
11012025-02-24T21:00:33.346Z Downloaded peg v0.8.4
11022025-02-24T21:00:33.349Z Downloaded nibble_vec v0.1.0
11032025-02-24T21:00:33.352Z Downloaded russh-keys v0.45.0
11042025-02-24T21:00:33.354Z Downloaded slog-term v2.9.1
11052025-02-24T21:00:33.357Z Downloaded yasna v0.5.2
11062025-02-24T21:00:33.359Z Downloaded foldhash v0.1.3
11072025-02-24T21:00:33.359Z Downloaded tower-service v0.3.3
11082025-02-24T21:00:33.359Z Downloaded sync-ptr v0.1.1
11092025-02-24T21:00:33.362Z Downloaded group v0.13.0
11102025-02-24T21:00:33.362Z Downloaded pbkdf2 v0.12.2
11112025-02-24T21:00:33.364Z Downloaded libm v0.2.8
11122025-02-24T21:00:33.370Z Downloaded hyper v1.5.2
11132025-02-24T21:00:33.378Z Downloaded slog-json v2.6.1
11142025-02-24T21:00:33.380Z Downloaded slog-dtrace v0.3.0
11152025-02-24T21:00:33.383Z Downloaded flagset v0.4.6
11162025-02-24T21:00:33.383Z Downloaded yoke v0.7.4
11172025-02-24T21:00:33.386Z Downloaded http v1.2.0
11182025-02-24T21:00:33.388Z Downloaded cc v1.2.15
11192025-02-24T21:00:33.392Z Downloaded num-iter v0.1.45
11202025-02-24T21:00:33.394Z Downloaded float-ord v0.3.2
11212025-02-24T21:00:33.394Z Downloaded futures-io v0.3.31
11222025-02-24T21:00:33.396Z Downloaded float-cmp v0.10.0
11232025-02-24T21:00:33.396Z Downloaded getrandom v0.3.1
11242025-02-24T21:00:33.399Z Downloaded diff v0.1.13
11252025-02-24T21:00:33.402Z Downloaded vte v0.11.1
11262025-02-24T21:00:33.404Z Downloaded vergen v8.3.2
11272025-02-24T21:00:33.407Z Downloaded defmt-parser v0.3.4
11282025-02-24T21:00:33.409Z Downloaded wyz v0.5.1
11292025-02-24T21:00:33.409Z Downloaded serde_derive_internals v0.29.1
11302025-02-24T21:00:33.412Z Downloaded sct v0.7.1
11312025-02-24T21:00:33.414Z Downloaded predicates v3.1.3
11322025-02-24T21:00:33.416Z Downloaded fatfs v0.3.6
11332025-02-24T21:00:33.419Z Downloaded untrusted v0.9.0
11342025-02-24T21:00:33.422Z Downloaded hickory-server v0.24.3
11352025-02-24T21:00:33.426Z Downloaded hickory-resolver v0.24.3
11362025-02-24T21:00:33.430Z Downloaded const_format v0.2.34
11372025-02-24T21:00:33.435Z Downloaded bumpalo v3.16.0
11382025-02-24T21:00:33.437Z Downloaded shlex v1.3.0
11392025-02-24T21:00:33.440Z Downloaded rusty-fork v0.3.0
11402025-02-24T21:00:33.442Z Downloaded password-hash v0.4.2
11412025-02-24T21:00:33.442Z Downloaded nu-ansi-term v0.50.1
11422025-02-24T21:00:33.445Z Downloaded getrandom v0.2.15
11432025-02-24T21:00:33.447Z Downloaded fs_extra v1.3.0
11442025-02-24T21:00:33.449Z Downloaded unicode-properties v0.1.3
11452025-02-24T21:00:33.452Z Downloaded structmeta v0.3.0
11462025-02-24T21:00:33.454Z Downloaded strip-ansi-escapes v0.2.0
11472025-02-24T21:00:33.454Z Downloaded icu_properties v1.5.1
11482025-02-24T21:00:33.457Z Downloaded icu_collections v1.5.0
11492025-02-24T21:00:33.462Z Downloaded serde-hex v0.1.0
11502025-02-24T21:00:33.464Z Downloaded ref-cast v1.0.23
11512025-02-24T21:00:33.467Z Downloaded progenitor v0.9.1
11522025-02-24T21:00:33.469Z Downloaded signal-hook v0.3.17
11532025-02-24T21:00:33.472Z Downloaded olpc-cjson v0.1.4
11542025-02-24T21:00:33.472Z Downloaded gethostname v0.5.0
11552025-02-24T21:00:33.474Z Downloaded slog-envlogger v2.2.0
11562025-02-24T21:00:33.474Z Downloaded parse-display v0.10.0
11572025-02-24T21:00:33.477Z Downloaded nodrop v0.1.14
11582025-02-24T21:00:33.477Z Downloaded compact_str v0.8.0
11592025-02-24T21:00:33.479Z Downloaded allocator-api2 v0.2.18
11602025-02-24T21:00:33.482Z Downloaded xz2 v0.1.7
11612025-02-24T21:00:33.485Z Downloaded hyper-util v0.1.10
11622025-02-24T21:00:33.489Z Downloaded clang-sys v1.8.1
11632025-02-24T21:00:33.492Z Downloaded strum_macros v0.24.3
11642025-02-24T21:00:33.494Z Downloaded smallvec v0.6.14
11652025-02-24T21:00:33.494Z Downloaded indicatif v0.17.11
11662025-02-24T21:00:33.498Z Downloaded slab v0.4.9
11672025-02-24T21:00:33.500Z Downloaded serde_repr v0.1.19
11682025-02-24T21:00:33.503Z Downloaded serde_plain v1.0.2
11692025-02-24T21:00:33.503Z Downloaded cookie v0.18.1
11702025-02-24T21:00:33.505Z Downloaded const-oid v0.9.6
11712025-02-24T21:00:33.508Z Downloaded tls_codec_derive v0.4.1
11722025-02-24T21:00:33.510Z Downloaded addr2line v0.24.2
11732025-02-24T21:00:33.510Z Downloaded litrs v0.4.1
11742025-02-24T21:00:33.512Z Downloaded icu_normalizer_data v1.5.0
11752025-02-24T21:00:33.515Z Downloaded hashlink v0.9.1
11762025-02-24T21:00:33.517Z Downloaded crc32fast v1.4.2
11772025-02-24T21:00:33.520Z Downloaded const_format_proc_macros v0.2.34
11782025-02-24T21:00:33.521Z Downloaded castaway v0.2.3
11792025-02-24T21:00:33.524Z Downloaded icu_locid v1.5.0
11802025-02-24T21:00:33.526Z Downloaded icu_normalizer v1.5.0
11812025-02-24T21:00:33.529Z Downloaded arrayvec v0.7.6
11822025-02-24T21:00:33.531Z Downloaded rustls-pemfile v1.0.4
11832025-02-24T21:00:33.534Z Downloaded cancel-safe-futures v0.1.5
11842025-02-24T21:00:33.536Z Downloaded ciborium v0.2.2
11852025-02-24T21:00:33.539Z Downloaded base16ct v0.2.0
11862025-02-24T21:00:33.539Z Downloaded async-stream v0.3.6
11872025-02-24T21:00:33.541Z Downloaded async-trait v0.1.86
11882025-02-24T21:00:33.544Z Downloaded libloading v0.8.5
11892025-02-24T21:00:33.546Z Downloaded is-terminal v0.4.13
11902025-02-24T21:00:33.546Z Downloaded icu_locid_transform v1.5.0
11912025-02-24T21:00:33.549Z Downloaded chrono-tz-build v0.4.0
11922025-02-24T21:00:33.551Z Downloaded bitfield v0.14.0
11932025-02-24T21:00:33.551Z Downloaded bit-set v0.5.3
11942025-02-24T21:00:33.554Z Downloaded linked-hash-map v0.5.6
11952025-02-24T21:00:33.554Z Downloaded lalrpop-util v0.19.12
11962025-02-24T21:00:33.554Z Downloaded instability v0.3.2
11972025-02-24T21:00:33.556Z Downloaded hyper-tls v0.6.0
11982025-02-24T21:00:33.556Z Downloaded crossbeam-deque v0.8.5
11992025-02-24T21:00:33.559Z Downloaded cassowary v0.3.0
12002025-02-24T21:00:33.559Z Downloaded bitflags v1.3.2
12012025-02-24T21:00:33.561Z Downloaded indent_write v2.2.0
12022025-02-24T21:00:33.564Z Downloaded impl-trait-for-tuples v0.2.2
12032025-02-24T21:00:33.566Z Downloaded indoc v2.0.5
12042025-02-24T21:00:33.572Z Downloaded chacha20 v0.9.1
12052025-02-24T21:00:33.572Z Downloaded cbc v0.1.2
12062025-02-24T21:00:33.572Z Downloaded assert_matches v1.5.0
12072025-02-24T21:00:33.572Z Downloaded indoc v1.0.9
12082025-02-24T21:00:33.574Z Downloaded idna_adapter v1.2.0
12092025-02-24T21:00:33.577Z Downloaded icu_provider_macros v1.5.0
12102025-02-24T21:00:33.577Z Downloaded http-body-util v0.1.2
12112025-02-24T21:00:33.577Z Downloaded home v0.5.9
12122025-02-24T21:00:33.580Z Downloaded argon2 v0.5.3
12132025-02-24T21:00:33.580Z Downloaded managed v0.8.0
12142025-02-24T21:00:33.580Z Downloaded lru v0.12.5
12152025-02-24T21:00:33.583Z Downloaded httparse v1.9.5
12162025-02-24T21:00:33.586Z Downloaded buf-list v1.0.3
12172025-02-24T21:00:33.590Z Downloaded lazy_static v1.5.0
12182025-02-24T21:00:33.590Z Downloaded humantime v2.1.0
12192025-02-24T21:00:33.590Z Downloaded keccak v0.1.5
12202025-02-24T21:00:33.593Z Downloaded hex v0.4.3
12212025-02-24T21:00:33.593Z Downloaded bb8 v0.8.5
12222025-02-24T21:00:33.593Z Downloaded ascii-canvas v3.0.0
12232025-02-24T21:00:33.593Z Downloaded array-init v0.0.4
12242025-02-24T21:00:33.668Z Downloaded libsqlite3-sys v0.30.1
12252025-02-24T21:00:33.962Z Downloaded aws-lc-sys v0.22.0
12262025-02-24T21:00:34.268Z Compiling serde v1.0.218
12272025-02-24T21:00:34.271Z Compiling value-bag v1.9.0
12282025-02-24T21:00:34.271Z Compiling lock_api v0.4.12
12292025-02-24T21:00:34.271Z Compiling scopeguard v1.2.0
12302025-02-24T21:00:34.423Z Compiling typenum v1.17.0
12312025-02-24T21:00:34.426Z Compiling generic-array v0.14.7
12322025-02-24T21:00:34.466Z Compiling syn v2.0.96
12332025-02-24T21:00:34.484Z Compiling getrandom v0.2.15
12342025-02-24T21:00:34.591Z Compiling subtle v2.6.1
12352025-02-24T21:00:34.779Z Compiling rand_core v0.6.4
12362025-02-24T21:00:34.879Z Compiling log v0.4.22
12372025-02-24T21:00:34.966Z Compiling shlex v1.3.0
12382025-02-24T21:00:34.986Z Compiling jobserver v0.1.32
12392025-02-24T21:00:35.005Z Compiling smallvec v1.14.0
12402025-02-24T21:00:35.268Z Compiling const-oid v0.9.6
12412025-02-24T21:00:35.288Z Compiling pin-project-lite v0.2.14
12422025-02-24T21:00:35.308Z Compiling rustix v0.38.37
12432025-02-24T21:00:35.378Z Compiling cc v1.2.15
12442025-02-24T21:00:35.436Z Compiling parking_lot_core v0.9.10
12452025-02-24T21:00:35.636Z Compiling futures-core v0.3.31
12462025-02-24T21:00:35.766Z Compiling spin v0.9.8
12472025-02-24T21:00:35.864Z Compiling signal-hook-registry v1.4.2
12482025-02-24T21:00:36.123Z Compiling mio v1.0.2
12492025-02-24T21:00:36.144Z Compiling either v1.13.0
12502025-02-24T21:00:36.492Z Compiling parking_lot v0.12.3
12512025-02-24T21:00:36.537Z Compiling aho-corasick v1.1.3
12522025-02-24T21:00:36.557Z Compiling regex-syntax v0.8.5
12532025-02-24T21:00:36.720Z Compiling cpufeatures v0.2.14
12542025-02-24T21:00:36.837Z Compiling stable_deref_trait v1.2.0
12552025-02-24T21:00:36.959Z Compiling futures-sink v0.3.31
12562025-02-24T21:00:37.133Z Compiling socket2 v0.5.8
12572025-02-24T21:00:37.163Z Compiling slab v0.4.9
12582025-02-24T21:00:37.252Z Compiling glob v0.3.2
12592025-02-24T21:00:37.392Z Compiling prettyplease v0.2.29
12602025-02-24T21:00:37.783Z Compiling lazy_static v1.5.0
12612025-02-24T21:00:37.920Z Compiling serde_json v1.0.139
12622025-02-24T21:00:38.089Z Compiling minimal-lexical v0.2.1
12632025-02-24T21:00:38.108Z Compiling futures-channel v0.3.31
12642025-02-24T21:00:38.216Z Compiling clang-sys v1.8.1
12652025-02-24T21:00:38.295Z Compiling libloading v0.8.5
12662025-02-24T21:00:38.535Z Compiling nom v7.1.3
12672025-02-24T21:00:38.627Z Compiling futures-io v0.3.31
12682025-02-24T21:00:38.701Z Compiling futures-task v0.3.31
12692025-02-24T21:00:38.917Z Compiling pin-utils v0.1.0
12702025-02-24T21:00:38.970Z Compiling home v0.5.9
12712025-02-24T21:00:39.019Z Compiling bindgen v0.69.5
12722025-02-24T21:00:39.196Z Compiling itertools v0.12.1
12732025-02-24T21:00:39.264Z Compiling foldhash v0.1.3
12742025-02-24T21:00:39.571Z Compiling lazycell v1.3.0
12752025-02-24T21:00:39.762Z Compiling libm v0.2.8
12762025-02-24T21:00:39.915Z Compiling allocator-api2 v0.2.18
12772025-02-24T21:00:40.143Z Compiling rustc-hash v1.1.0
12782025-02-24T21:00:40.350Z Compiling regex-automata v0.4.8
12792025-02-24T21:00:40.677Z Compiling hashbrown v0.15.1
12802025-02-24T21:00:41.090Z Compiling cmake v0.1.51
12812025-02-24T21:00:41.856Z Compiling synstructure v0.13.1
12822025-02-24T21:00:41.929Z Compiling cexpr v0.6.0
12832025-02-24T21:00:42.108Z Compiling num-traits v0.2.19
12842025-02-24T21:00:42.461Z Compiling pkg-config v0.3.31
12852025-02-24T21:00:42.703Z Compiling fs_extra v1.3.0
12862025-02-24T21:00:43.229Z Compiling dunce v1.0.5
12872025-02-24T21:00:43.494Z Compiling writeable v0.5.5
12882025-02-24T21:00:43.521Z Compiling litemap v0.7.3
12892025-02-24T21:00:43.713Z Compiling ring v0.17.11
12902025-02-24T21:00:43.919Z Compiling paste v1.0.15
12912025-02-24T21:00:44.027Z Compiling base64ct v1.6.0
12922025-02-24T21:00:44.605Z Compiling pem-rfc7468 v0.7.0
12932025-02-24T21:00:44.706Z Compiling aws-lc-rs v1.10.0
12942025-02-24T21:00:44.737Z Compiling flagset v0.4.6
12952025-02-24T21:00:44.930Z Compiling httparse v1.9.5
12962025-02-24T21:00:45.093Z Compiling icu_locid_transform_data v1.5.0
12972025-02-24T21:00:45.216Z Compiling tracing-core v0.1.32
12982025-02-24T21:00:45.643Z Compiling regex v1.11.1
12992025-02-24T21:00:46.061Z Compiling icu_properties_data v1.5.0
13002025-02-24T21:00:46.149Z Compiling rustls-pki-types v1.10.0
13012025-02-24T21:00:46.298Z Compiling percent-encoding v2.3.1
13022025-02-24T21:00:46.319Z Compiling crossbeam-utils v0.8.20
13032025-02-24T21:00:46.593Z Compiling untrusted v0.7.1
13042025-02-24T21:00:46.665Z Compiling serde_derive v1.0.218
13052025-02-24T21:00:46.764Z Compiling zeroize_derive v1.4.2
13062025-02-24T21:00:46.785Z Compiling zerocopy-derive v0.7.35
13072025-02-24T21:00:47.037Z Compiling tokio-macros v2.5.0
13082025-02-24T21:00:47.129Z Compiling zerofrom-derive v0.1.4
13092025-02-24T21:00:48.164Z Compiling zeroize v1.8.1
13102025-02-24T21:00:48.487Z Compiling yoke-derive v0.7.4
13112025-02-24T21:00:48.728Z Compiling zerocopy v0.7.35
13122025-02-24T21:00:49.307Z Compiling futures-macro v0.3.31
13132025-02-24T21:00:49.570Z Compiling crypto-common v0.1.6
13142025-02-24T21:00:49.812Z Compiling block-buffer v0.10.4
13152025-02-24T21:00:49.973Z Compiling thiserror-impl v1.0.69
13162025-02-24T21:00:50.072Z Compiling digest v0.10.7
13172025-02-24T21:00:50.385Z Compiling zerofrom v0.1.4
13182025-02-24T21:00:50.511Z Compiling zerovec-derive v0.10.3
13192025-02-24T21:00:50.582Z Compiling hmac v0.12.1
13202025-02-24T21:00:50.606Z Compiling displaydoc v0.2.5
13212025-02-24T21:00:50.822Z Compiling block-padding v0.3.3
13222025-02-24T21:00:51.034Z Compiling yoke v0.7.4
13232025-02-24T21:00:51.056Z Compiling inout v0.1.3
13242025-02-24T21:00:51.059Z Compiling futures-util v0.3.31
13252025-02-24T21:00:51.336Z Compiling ppv-lite86 v0.2.20
13262025-02-24T21:00:51.386Z Compiling cipher v0.4.4
13272025-02-24T21:00:51.920Z Compiling sha2 v0.10.8
13282025-02-24T21:00:52.078Z Compiling icu_provider_macros v1.5.0
13292025-02-24T21:00:52.118Z Compiling der_derive v0.7.3
13302025-02-24T21:00:52.886Z Compiling thiserror v1.0.69
13312025-02-24T21:00:52.951Z Compiling zerovec v0.10.4
13322025-02-24T21:00:53.031Z Compiling tracing-attributes v0.1.27
13332025-02-24T21:00:53.180Z Compiling pest v2.7.14
13342025-02-24T21:00:54.266Z Compiling der v0.7.9
13352025-02-24T21:00:54.634Z Compiling tinystr v0.7.6
13362025-02-24T21:00:54.866Z Compiling icu_collections v1.5.0
13372025-02-24T21:00:55.019Z Compiling icu_locid v1.5.0
13382025-02-24T21:00:55.358Z Compiling salsa20 v0.10.2
13392025-02-24T21:00:55.601Z Compiling pbkdf2 v0.12.2
13402025-02-24T21:00:55.809Z Compiling icu_normalizer_data v1.5.0
13412025-02-24T21:00:55.931Z Compiling write16 v1.0.0
13422025-02-24T21:00:56.058Z Compiling tracing v0.1.40
13432025-02-24T21:00:56.084Z Compiling untrusted v0.9.0
13442025-02-24T21:00:56.133Z Compiling icu_provider v1.5.0
13452025-02-24T21:00:56.154Z Compiling spki v0.7.3
13462025-02-24T21:00:56.192Z Compiling utf8_iter v1.0.4
13472025-02-24T21:00:56.279Z Compiling powerfmt v0.2.0
13482025-02-24T21:00:56.437Z Compiling mirai-annotations v1.12.0
13492025-02-24T21:00:56.506Z Compiling utf16_iter v1.0.5
13502025-02-24T21:00:56.539Z Compiling time-core v0.1.2
13512025-02-24T21:00:56.637Z Compiling vcpkg v0.2.15
13522025-02-24T21:00:56.657Z Compiling num-conv v0.1.0
13532025-02-24T21:00:56.724Z Compiling deranged v0.3.11
13542025-02-24T21:00:56.944Z Compiling icu_locid_transform v1.5.0
13552025-02-24T21:00:56.976Z Compiling time-macros v0.2.18
13562025-02-24T21:00:57.084Z Compiling scrypt v0.11.0
13572025-02-24T21:00:57.648Z Compiling pest_meta v2.7.14
13582025-02-24T21:00:58.174Z Compiling rand_chacha v0.3.1
13592025-02-24T21:00:58.227Z Compiling icu_properties v1.5.1
13602025-02-24T21:00:58.405Z Compiling openssl-sys v0.9.106
13612025-02-24T21:00:59.255Z Compiling bitflags v2.6.0
13622025-02-24T21:00:59.451Z Compiling bytes v1.9.0
13632025-02-24T21:00:59.908Z Compiling semver v1.0.25
13642025-02-24T21:01:00.468Z Compiling tokio v1.43.0
13652025-02-24T21:01:00.583Z Compiling indexmap v2.7.1
13662025-02-24T21:01:00.670Z Compiling http v1.2.0
13672025-02-24T21:01:01.065Z Compiling rustc_version v0.4.1
13682025-02-24T21:01:01.756Z Compiling aes v0.8.4
13692025-02-24T21:01:01.798Z Compiling cbc v0.1.2
13702025-02-24T21:01:01.881Z Compiling icu_normalizer v1.5.0
13712025-02-24T21:01:02.055Z Compiling scroll_derive v0.12.0
13722025-02-24T21:01:02.238Z Compiling atomic-waker v1.1.2
13732025-02-24T21:01:02.581Z Compiling tinyvec_macros v0.1.1
13742025-02-24T21:01:02.586Z Compiling num_threads v0.1.7
13752025-02-24T21:01:02.735Z Compiling time v0.3.36
13762025-02-24T21:01:02.784Z Compiling pkcs5 v0.7.1
13772025-02-24T21:01:02.846Z Compiling idna_adapter v1.2.0
13782025-02-24T21:01:03.087Z Compiling tinyvec v1.8.0
13792025-02-24T21:01:03.496Z Compiling which v4.4.2
13802025-02-24T21:01:03.731Z Compiling scroll v0.12.0
13812025-02-24T21:01:04.031Z Compiling http-body v1.0.1
13822025-02-24T21:01:04.279Z Compiling pest_generator v2.7.14
13832025-02-24T21:01:04.303Z Compiling rand v0.8.5
13842025-02-24T21:01:04.344Z Compiling form_urlencoded v1.2.1
13852025-02-24T21:01:04.567Z Compiling slog v2.7.0
13862025-02-24T21:01:04.588Z Compiling zerocopy v0.8.10
13872025-02-24T21:01:04.652Z Compiling getrandom v0.3.1
13882025-02-24T21:01:05.076Z Compiling try-lock v0.2.5
13892025-02-24T21:01:05.253Z Compiling want v0.3.1
13902025-02-24T21:01:05.429Z Compiling goblin v0.8.2
13912025-02-24T21:01:05.541Z Compiling pkcs8 v0.10.2
13922025-02-24T21:01:05.562Z Compiling idna v1.0.3
13932025-02-24T21:01:06.024Z Compiling pest_derive v2.7.14
13942025-02-24T21:01:06.192Z Compiling uuid v1.12.0
13952025-02-24T21:01:06.299Z Compiling zerocopy-derive v0.8.10
13962025-02-24T21:01:06.820Z Compiling iana-time-zone v0.1.61
13972025-02-24T21:01:07.061Z Compiling httpdate v1.0.3
13982025-02-24T21:01:07.201Z Compiling tower-service v0.3.3
13992025-02-24T21:01:07.229Z Compiling chrono v0.4.39
14002025-02-24T21:01:07.392Z Compiling dtrace-parser v0.2.0
14012025-02-24T21:01:08.156Z Compiling serde_tokenstream v0.2.2
14022025-02-24T21:01:08.204Z Compiling serde_spanned v0.6.8
14032025-02-24T21:01:08.443Z Compiling tokio-util v0.7.12
14042025-02-24T21:01:08.748Z Compiling toml_datetime v0.6.8
14052025-02-24T21:01:09.228Z Compiling foreign-types-shared v0.1.1
14062025-02-24T21:01:09.247Z Compiling match_cfg v0.1.0
14072025-02-24T21:01:09.357Z Compiling h2 v0.4.6
14082025-02-24T21:01:09.373Z Compiling base64 v0.22.1
14092025-02-24T21:01:09.649Z Compiling adler2 v2.0.0
14102025-02-24T21:01:09.874Z Compiling rustversion v1.0.17
14112025-02-24T21:01:10.086Z Compiling openssl v0.10.71
14122025-02-24T21:01:10.504Z Compiling miniz_oxide v0.8.0
14132025-02-24T21:01:10.571Z Compiling foreign-types v0.3.2
14142025-02-24T21:01:10.614Z Compiling hostname v0.3.1
14152025-02-24T21:01:10.682Z Compiling url v2.5.3
14162025-02-24T21:01:11.951Z Compiling dof v0.3.0
14172025-02-24T21:01:12.024Z Compiling rand_core v0.9.2
14182025-02-24T21:01:12.101Z Compiling openssl-macros v0.1.1
14192025-02-24T21:01:12.464Z Compiling async-trait v0.1.86
14202025-02-24T21:01:12.504Z Compiling serde_derive_internals v0.29.1
14212025-02-24T21:01:12.899Z Compiling usdt-impl v0.5.0
14222025-02-24T21:01:13.438Z Compiling dirs-sys-next v0.1.2
14232025-02-24T21:01:13.766Z Compiling syn v1.0.109
14242025-02-24T21:01:13.989Z Compiling schemars v0.8.21
14252025-02-24T21:01:14.249Z Compiling native-tls v0.2.12
14262025-02-24T21:01:14.335Z Compiling siphasher v0.3.11
14272025-02-24T21:01:14.364Z Compiling rustls v0.22.4
14282025-02-24T21:01:14.415Z Compiling data-encoding v2.6.0
14292025-02-24T21:01:14.617Z Compiling rustls v0.23.19
14302025-02-24T21:01:14.722Z Compiling schemars_derive v0.8.21
14312025-02-24T21:01:14.773Z Compiling dirs-next v2.0.0
14322025-02-24T21:01:14.842Z Compiling rand_chacha v0.9.0
14332025-02-24T21:01:14.962Z Compiling unicode-normalization v0.1.24
14342025-02-24T21:01:16.046Z Compiling http-body-util v0.1.2
14352025-02-24T21:01:16.168Z Compiling heapless v0.7.17
14362025-02-24T21:01:16.267Z Compiling crossbeam-epoch v0.9.18
14372025-02-24T21:01:16.535Z Compiling hyper v1.5.2
14382025-02-24T21:01:16.601Z Compiling sha1 v0.10.6
14392025-02-24T21:01:16.908Z Compiling signature v2.2.0
14402025-02-24T21:01:16.946Z Compiling bzip2-sys v0.1.11+1.0.8
14412025-02-24T21:01:17.006Z Compiling thread_local v1.1.8
14422025-02-24T21:01:17.201Z Compiling encoding_rs v0.8.34
14432025-02-24T21:01:17.535Z Compiling cookie v0.18.1
14442025-02-24T21:01:17.553Z Compiling multer v3.1.0
14452025-02-24T21:01:17.668Z Compiling signal-hook v0.3.17
14462025-02-24T21:01:17.840Z Compiling openssl-probe v0.1.5
14472025-02-24T21:01:17.878Z Compiling ipnet v2.10.1
14482025-02-24T21:01:17.960Z Compiling gimli v0.31.1
14492025-02-24T21:01:18.141Z Compiling unicode-bidi v0.3.17
14502025-02-24T21:01:18.931Z Compiling hyper-util v0.1.10
14512025-02-24T21:01:19.209Z Compiling mime v0.3.17
14522025-02-24T21:01:19.383Z Compiling rayon-core v1.12.1
14532025-02-24T21:01:19.694Z Compiling unicode-properties v0.1.3
14542025-02-24T21:01:19.752Z Compiling slog-async v2.8.0
14552025-02-24T21:01:20.132Z Compiling dyn-clone v1.0.18
14562025-02-24T21:01:20.135Z Compiling stringprep v0.1.5
14572025-02-24T21:01:20.353Z Compiling toml_edit v0.22.22
14582025-02-24T21:01:21.714Z Compiling crossbeam-deque v0.8.5
14592025-02-24T21:01:21.815Z Compiling rand v0.9.0
14602025-02-24T21:01:22.063Z Compiling addr2line v0.24.2
14612025-02-24T21:01:22.468Z Compiling term v0.7.0
14622025-02-24T21:01:22.770Z Compiling usdt-attr-macro v0.5.0
14632025-02-24T21:01:23.007Z Compiling usdt-macro v0.5.0
14642025-02-24T21:01:23.538Z Compiling slog-json v2.6.1
14652025-02-24T21:01:23.561Z Compiling serde_urlencoded v0.7.1
14662025-02-24T21:01:23.701Z Compiling curve25519-dalek v4.1.3
14672025-02-24T21:01:23.877Z Compiling crossbeam-channel v0.5.13
14682025-02-24T21:01:24.022Z Compiling enum-as-inner v0.6.1
14692025-02-24T21:01:24.324Z Compiling futures-executor v0.3.31
14702025-02-24T21:01:24.397Z Compiling md-5 v0.10.6
14712025-02-24T21:01:24.426Z Compiling rustls-pemfile v2.2.0
14722025-02-24T21:01:24.680Z Compiling async-stream-impl v0.3.6
14732025-02-24T21:01:24.747Z Compiling num-integer v0.1.46
14742025-02-24T21:01:24.815Z Compiling hash32 v0.2.1
14752025-02-24T21:01:24.875Z Compiling ff v0.13.0
14762025-02-24T21:01:25.054Z Compiling is-terminal v0.4.13
14772025-02-24T21:01:25.132Z Compiling object v0.36.5
14782025-02-24T21:01:25.186Z Compiling dropshot v0.12.0
14792025-02-24T21:01:25.207Z Compiling memoffset v0.9.1
14802025-02-24T21:01:25.428Z Compiling base16ct v0.2.0
14812025-02-24T21:01:25.502Z Compiling utf-8 v0.7.6
14822025-02-24T21:01:25.534Z Compiling litrs v0.4.1
14832025-02-24T21:01:25.746Z Compiling psl-types v2.0.11
14842025-02-24T21:01:25.828Z Compiling fallible-iterator v0.2.0
14852025-02-24T21:01:25.969Z Compiling cfg_aliases v0.2.1
14862025-02-24T21:01:25.998Z Compiling take_mut v0.2.2
14872025-02-24T21:01:26.085Z Compiling num-bigint-dig v0.8.4
14882025-02-24T21:01:26.182Z Compiling linked-hash-map v0.5.6
14892025-02-24T21:01:26.421Z Compiling quick-error v1.2.3
14902025-02-24T21:01:26.488Z Compiling smoltcp v0.9.1
14912025-02-24T21:01:26.545Z Compiling anyhow v1.0.96
14922025-02-24T21:01:26.575Z Compiling rustc-demangle v0.1.24
14932025-02-24T21:01:26.577Z Compiling portable-atomic v1.9.0
14942025-02-24T21:01:27.187Z Compiling document-features v0.2.10
14952025-02-24T21:01:27.265Z Compiling resolv-conf v0.7.0
14962025-02-24T21:01:27.499Z Compiling lru-cache v0.1.2
14972025-02-24T21:01:27.570Z Compiling postgres-protocol v0.6.8
14982025-02-24T21:01:27.717Z Compiling nix v0.29.0
14992025-02-24T21:01:28.040Z Compiling async-stream v0.3.6
15002025-02-24T21:01:28.362Z Compiling publicsuffix v2.3.0
15012025-02-24T21:01:28.424Z Compiling tungstenite v0.24.0
15022025-02-24T21:01:28.538Z Compiling sec1 v0.7.3
15032025-02-24T21:01:28.752Z Compiling num-iter v0.1.45
15042025-02-24T21:01:28.803Z Compiling slog-term v2.9.1
15052025-02-24T21:01:28.825Z Compiling usdt v0.5.0
15062025-02-24T21:01:29.082Z Compiling group v0.13.0
15072025-02-24T21:01:29.277Z Compiling hickory-proto v0.24.3
15082025-02-24T21:01:29.411Z Compiling futures v0.3.31
15092025-02-24T21:01:29.659Z Compiling slog-bunyan v2.5.0
15102025-02-24T21:01:29.885Z Compiling toml v0.8.19
15112025-02-24T21:01:30.099Z Compiling tokio-native-tls v0.3.1
15122025-02-24T21:01:31.344Z Compiling camino v1.1.9
15132025-02-24T21:01:31.379Z Compiling phf_shared v0.11.2
15142025-02-24T21:01:31.406Z Compiling dropshot_endpoint v0.12.0
15152025-02-24T21:01:31.772Z Compiling backtrace v0.3.74
15162025-02-24T21:01:32.151Z Compiling terminal_size v0.4.0
15172025-02-24T21:01:32.181Z Compiling waitgroup v0.1.2
15182025-02-24T21:01:32.197Z Compiling openapiv3 v2.0.0
15192025-02-24T21:01:32.410Z Compiling serde_path_to_error v0.1.16
15202025-02-24T21:01:32.439Z Compiling hkdf v0.12.4
15212025-02-24T21:01:32.729Z Compiling crypto-bigint v0.5.5
15222025-02-24T21:01:33.204Z Compiling webpki-roots v0.26.6
15232025-02-24T21:01:33.424Z Compiling curve25519-dalek-derive v0.1.1
15242025-02-24T21:01:34.539Z Compiling hubpack_derive v0.1.1
15252025-02-24T21:01:34.660Z Compiling zerocopy-derive v0.6.6
15262025-02-24T21:01:34.853Z Compiling sync_wrapper v1.0.1
15272025-02-24T21:01:35.031Z Compiling hostname v0.4.0
15282025-02-24T21:01:35.266Z Compiling fs-err v2.11.0
15292025-02-24T21:01:35.381Z Compiling crc32fast v1.4.2
15302025-02-24T21:01:35.440Z Compiling ahash v0.8.11
15312025-02-24T21:01:35.595Z Compiling newtype-uuid v1.2.1
15322025-02-24T21:01:35.722Z Compiling tower-layer v0.3.3
15332025-02-24T21:01:35.813Z Compiling bitflags v1.3.2
15342025-02-24T21:01:35.911Z Compiling managed v0.8.0
15352025-02-24T21:01:35.934Z Compiling debug-ignore v1.0.5
15362025-02-24T21:01:36.019Z Compiling unicode-width v0.2.0
15372025-02-24T21:01:36.090Z Compiling winnow v0.5.40
15382025-02-24T21:01:36.188Z Compiling tower v0.5.2
15392025-02-24T21:01:36.545Z Compiling console v0.15.10
15402025-02-24T21:01:36.577Z Compiling zerocopy v0.6.6
15412025-02-24T21:01:37.064Z Compiling strum_macros v0.25.3
15422025-02-24T21:01:37.387Z Compiling clap_builder v4.5.30
15432025-02-24T21:01:37.941Z Compiling elliptic-curve v0.13.8
15442025-02-24T21:01:38.259Z Compiling flate2 v1.0.35
15452025-02-24T21:01:38.470Z Compiling hubpack v0.1.2
15462025-02-24T21:01:38.794Z Compiling hickory-resolver v0.24.3
15472025-02-24T21:01:39.118Z Compiling signal-hook-mio v0.2.4
15482025-02-24T21:01:39.300Z Compiling phf v0.11.2
15492025-02-24T21:01:39.584Z Compiling toml_edit v0.19.15
15502025-02-24T21:01:39.634Z Compiling cookie_store v0.21.1
15512025-02-24T21:01:39.663Z Compiling rayon v1.10.0
15522025-02-24T21:01:40.720Z Compiling hyper-tls v0.6.0
15532025-02-24T21:01:41.095Z Compiling bzip2 v0.4.4
15542025-02-24T21:01:41.143Z Compiling tokio-tungstenite v0.24.0
15552025-02-24T21:01:41.840Z Compiling postgres-types v0.2.8
15562025-02-24T21:01:44.066Z Compiling ed25519 v2.2.3
15572025-02-24T21:01:44.383Z Compiling phf_shared v0.10.0
15582025-02-24T21:01:44.404Z Compiling tokio-stream v0.1.16
15592025-02-24T21:01:44.778Z Compiling pkcs1 v0.7.5
15602025-02-24T21:01:45.168Z Compiling serde-big-array v0.5.1
15612025-02-24T21:01:45.360Z Compiling clap_derive v4.5.28
15622025-02-24T21:01:45.417Z Compiling rfc6979 v0.4.0
15632025-02-24T21:01:45.621Z Compiling derive-where v1.2.7
15642025-02-24T21:01:45.663Z Compiling serde_repr v0.1.19
15652025-02-24T21:01:45.851Z Compiling float-cmp v0.10.0
15662025-02-24T21:01:46.111Z Compiling bstr v1.10.0
15672025-02-24T21:01:46.469Z Compiling number_prefix v0.4.0
15682025-02-24T21:01:46.583Z Compiling normalize-line-endings v0.3.0
15692025-02-24T21:01:46.704Z Compiling predicates-core v1.0.8
15702025-02-24T21:01:46.729Z Compiling new_debug_unreachable v1.0.6
15712025-02-24T21:01:46.750Z Compiling fixedbitset v0.4.2
15722025-02-24T21:01:46.830Z Compiling difflib v0.4.0
15732025-02-24T21:01:47.036Z Compiling precomputed-hash v0.1.1
15742025-02-24T21:01:47.169Z Compiling static_assertions v1.1.0
15752025-02-24T21:01:47.190Z Compiling whoami v1.5.2
15762025-02-24T21:01:47.322Z Compiling bit-vec v0.6.3
15772025-02-24T21:01:47.717Z Compiling unicode-segmentation v1.12.0
15782025-02-24T21:01:47.745Z Compiling bit-set v0.5.3
15792025-02-24T21:01:47.774Z Compiling tokio-postgres v0.7.12
15802025-02-24T21:01:48.041Z Compiling predicates v3.1.3
15812025-02-24T21:01:48.164Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15822025-02-24T21:01:48.589Z Compiling similar v2.6.0
15832025-02-24T21:01:48.780Z Compiling string_cache v0.8.7
15842025-02-24T21:01:49.203Z Compiling petgraph v0.6.5
15852025-02-24T21:01:49.507Z Compiling indicatif v0.17.11
15862025-02-24T21:01:49.866Z Compiling clap v4.5.30
15872025-02-24T21:01:50.007Z Compiling ecdsa v0.16.9
15882025-02-24T21:01:50.630Z Compiling rsa v0.9.6
15892025-02-24T21:01:50.848Z Compiling ed25519-dalek v2.1.1
15902025-02-24T21:01:51.494Z Compiling toml v0.7.8
15912025-02-24T21:01:52.858Z Compiling zip v0.6.6
15922025-02-24T21:01:52.992Z Compiling crossterm v0.28.1
15932025-02-24T21:01:54.207Z Compiling hex v0.4.3
15942025-02-24T21:01:54.391Z Compiling x509-cert v0.2.5
15952025-02-24T21:01:54.489Z Compiling itertools v0.14.0
15962025-02-24T21:01:54.707Z Compiling itertools v0.10.5
15972025-02-24T21:01:54.789Z Compiling unicode-xid v0.2.6
15982025-02-24T21:01:54.995Z Compiling lalrpop-util v0.19.12
15992025-02-24T21:01:55.376Z Compiling peg-runtime v0.8.3
16002025-02-24T21:01:55.412Z Compiling strum_macros v0.26.4
16012025-02-24T21:01:55.935Z Compiling xattr v1.3.1
16022025-02-24T21:01:56.210Z Compiling filetime v0.2.25
16032025-02-24T21:01:56.534Z Compiling tar v0.4.42
16042025-02-24T21:01:59.931Z Compiling strum v0.26.3
16052025-02-24T21:02:02.903Z Compiling aws-lc-sys v0.22.0
16062025-02-24T21:02:30.762Z Compiling rustls-webpki v0.102.8
16072025-02-24T21:02:33.963Z Compiling tokio-rustls v0.25.0
16082025-02-24T21:02:35.675Z Compiling tokio-rustls v0.26.0
16092025-02-24T21:02:35.971Z Compiling hyper-rustls v0.27.3
16102025-02-24T21:02:36.343Z Compiling reqwest v0.12.12
16112025-02-24T21:02:37.605Z Compiling qorb v0.2.1
16122025-02-24T21:02:40.608Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16132025-02-24T21:02:40.872Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16142025-02-24T21:02:45.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16152025-02-24T21:02:45.458Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16162025-02-24T21:02:45.511ZFeb 24 21:02:44.017 INFO Starting download, target: Console
16172025-02-24T21:02:45.511ZFeb 24 21:02:44.017 INFO Starting download, target: DendriteOpenapi
16182025-02-24T21:02:45.511ZFeb 24 21:02:44.017 INFO Starting download, target: Cockroach
16192025-02-24T21:02:45.511ZFeb 24 21:02:44.017 INFO Starting download, target: DendriteStub
16202025-02-24T21:02:45.514ZFeb 24 21:02:44.017 INFO Starting download, target: Clickhouse
16212025-02-24T21:02:45.514ZFeb 24 21:02:44.017 INFO Starting download, target: MaghemiteMgd
16222025-02-24T21:02:45.514ZFeb 24 21:02:44.017 INFO Starting download, target: TransceiverControl
16232025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16242025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16252025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16262025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16272025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16282025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16292025-02-24T21:02:45.514ZFeb 24 21:02:44.018 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16302025-02-24T21:02:45.770ZFeb 24 21:02:44.273 INFO Download complete, target: DendriteOpenapi
16312025-02-24T21:02:45.903ZFeb 24 21:02:44.392 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16322025-02-24T21:02:46.034ZFeb 24 21:02:44.526 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16332025-02-24T21:02:46.391ZFeb 24 21:02:44.893 INFO Download complete, target: Console
16342025-02-24T21:02:46.408ZFeb 24 21:02:44.905 INFO Download complete, target: TransceiverControl
16352025-02-24T21:02:46.420ZFeb 24 21:02:44.916 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16362025-02-24T21:02:46.508ZFeb 24 21:02:45.013 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16372025-02-24T21:02:47.228ZFeb 24 21:02:45.734 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16382025-02-24T21:02:47.228ZFeb 24 21:02:45.734 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16392025-02-24T21:02:47.994ZFeb 24 21:02:46.499 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16402025-02-24T21:02:49.512ZFeb 24 21:02:48.018 INFO Download complete, target: DendriteStub
16412025-02-24T21:02:49.621ZFeb 24 21:02:48.127 INFO Download complete, target: MaghemiteMgd
16422025-02-24T21:02:54.774ZFeb 24 21:02:53.280 INFO Checking that binary works, target: Cockroach
16432025-02-24T21:02:54.940ZFeb 24 21:02:53.446 INFO Download complete, target: Cockroach
16442025-02-24T21:03:00.367ZFeb 24 21:02:58.872 INFO Checking that binary works, target: Clickhouse
16452025-02-24T21:03:00.533ZFeb 24 21:02:59.039 INFO Download complete, target: Clickhouse
16462025-02-24T21:03:00.555ZAll builder prerequisites installed successfully, and PATH looks valid
16472025-02-24T21:03:00.558Z
16482025-02-24T21:03:00.558Zreal 4:47.219339000
16492025-02-24T21:03:00.558Zuser 15:37.046763641
16502025-02-24T21:03:00.558Zsys 2:08.177950090
16512025-02-24T21:03:00.558Ztrap 0.559638629
16522025-02-24T21:03:00.558Ztflt 4.002728523
16532025-02-24T21:03:00.558Zdflt 2.398575644
16542025-02-24T21:03:00.558Zkflt 0.032994616
16552025-02-24T21:03:00.558Zlock 25:11.447752692
16562025-02-24T21:03:00.558Zslp 55:18.555614239
16572025-02-24T21:03:00.558Zlat 58.744454639
16582025-02-24T21:03:00.558Zstop 2:28.426311109
16592025-02-24T21:03:00.558Z++ bmat factory name
16602025-02-24T21:03:00.563Z++ bmat factory private
16612025-02-24T21:03:00.568Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0a23df1db914b6119 '{
16622025-02-24T21:03:00.568Z buildomat: {
16632025-02-24T21:03:00.568Z factory: {
16642025-02-24T21:03:00.568Z name: $bmat_factory_name,
16652025-02-24T21:03:00.568Z private: $bmat_factory_private,
16662025-02-24T21:03:00.568Z },
16672025-02-24T21:03:00.568Z },
16682025-02-24T21:03:00.568Z }'
16692025-02-24T21:03:00.604Z+ banner ls-apis
16702025-02-24T21:03:00.608Z
16712025-02-24T21:03:00.608Z # #### ## ##### # ####
16722025-02-24T21:03:00.608Z # # # # # # # #
16732025-02-24T21:03:00.608Z # #### ##### # # # # # ####
16742025-02-24T21:03:00.608Z # # ###### ##### # #
16752025-02-24T21:03:00.608Z # # # # # # # # #
16762025-02-24T21:03:00.608Z ###### #### # # # # ####
16772025-02-24T21:03:00.608Z
16782025-02-24T21:03:00.612Z+ source ./tools/include/force-git-over-https.sh
16792025-02-24T21:03:00.612Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16802025-02-24T21:03:00.612Z++ (( i = 0 ))
16812025-02-24T21:03:00.612Z++ (( i < 5 ))
16822025-02-24T21:03:00.612Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16832025-02-24T21:03:00.612Z++ (( i++ ))
16842025-02-24T21:03:00.612Z++ (( i < 5 ))
16852025-02-24T21:03:00.612Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16862025-02-24T21:03:00.618Z++ (( i++ ))
16872025-02-24T21:03:00.618Z++ (( i < 5 ))
16882025-02-24T21:03:00.618Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16892025-02-24T21:03:00.624Z++ (( i++ ))
16902025-02-24T21:03:00.625Z++ (( i < 5 ))
16912025-02-24T21:03:00.625Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16922025-02-24T21:03:00.625Z++ (( i++ ))
16932025-02-24T21:03:00.625Z++ (( i < 5 ))
16942025-02-24T21:03:00.625Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16952025-02-24T21:03:00.628Z++ (( i++ ))
16962025-02-24T21:03:00.628Z++ (( i < 5 ))
16972025-02-24T21:03:00.628Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16982025-02-24T21:03:00.628Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16992025-02-24T21:03:00.628Z+ ptime -m cargo xtask ls-apis apis
17002025-02-24T21:03:01.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17012025-02-24T21:03:01.186Z Running `target/debug/xtask ls-apis apis`
17022025-02-24T21:03:02.068Z Compiling semver v0.1.20
17032025-02-24T21:03:02.196Z Compiling structmeta-derive v0.3.0
17042025-02-24T21:03:02.199Z Compiling cargo-platform v0.1.8
17052025-02-24T21:03:02.409Z Compiling cargo_metadata v0.18.1
17062025-02-24T21:03:02.412Z Compiling rustc_version v0.1.7
17072025-02-24T21:03:02.725Z Compiling newtype_derive v0.1.6
17082025-02-24T21:03:03.519Z Compiling structmeta v0.3.0
17092025-02-24T21:03:03.761Z Compiling parse-display-derive v0.10.0
17102025-02-24T21:03:05.456Z Compiling parse-display v0.10.0
17112025-02-24T21:03:05.623Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17122025-02-24T21:03:09.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.31s
17132025-02-24T21:03:09.683Z Running `target/debug/ls-apis apis`
17142025-02-24T21:03:09.719Zloading metadata for workspace omicron from current workspace
17152025-02-24T21:03:14.686Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
17162025-02-24T21:03:14.702Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
17172025-02-24T21:03:14.702Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
17182025-02-24T21:03:14.702Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
17192025-02-24T21:03:34.795Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
17202025-02-24T21:03:36.902Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17212025-02-24T21:03:36.920Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17222025-02-24T21:03:37.099ZBootstrap Agent (client: bootstrap-agent-client)
17232025-02-24T21:03:37.099Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17242025-02-24T21:03:37.099Z consumed by: wicketd (omicron/wicketd) via 2 paths
17252025-02-24T21:03:37.099Z
17262025-02-24T21:03:37.099ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17272025-02-24T21:03:37.099Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17282025-02-24T21:03:37.099Z
17292025-02-24T21:03:37.099ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17302025-02-24T21:03:37.099Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17312025-02-24T21:03:37.099Z
17322025-02-24T21:03:37.099ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17332025-02-24T21:03:37.100Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17342025-02-24T21:03:37.100Z
17352025-02-24T21:03:37.100ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17362025-02-24T21:03:37.100Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17372025-02-24T21:03:37.100Z
17382025-02-24T21:03:37.100ZCrucible Agent (client: crucible-agent-client)
17392025-02-24T21:03:37.100Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17402025-02-24T21:03:37.100Z
17412025-02-24T21:03:37.100ZCrucible Control (for testing only) (client: crucible-control-client)
17422025-02-24T21:03:37.100Z
17432025-02-24T21:03:37.100ZCrucible Pantry (client: crucible-pantry-client)
17442025-02-24T21:03:37.100Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17452025-02-24T21:03:37.100Z
17462025-02-24T21:03:37.100ZMaghemite DDM Admin (client: ddm-admin-client)
17472025-02-24T21:03:37.100Z consumed by: installinator (omicron/installinator) via 1 path
17482025-02-24T21:03:37.100Z consumed by: mgd (maghemite/mgd) via 1 path
17492025-02-24T21:03:37.100Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17502025-02-24T21:03:37.100Z consumed by: wicketd (omicron/wicketd) via 1 path
17512025-02-24T21:03:37.100Z
17522025-02-24T21:03:37.100ZDNS Server (client: dns-service-client)
17532025-02-24T21:03:37.107Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17542025-02-24T21:03:37.108Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17552025-02-24T21:03:37.108Z
17562025-02-24T21:03:37.108ZDendrite DPD (client: dpd-client)
17572025-02-24T21:03:37.108Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17582025-02-24T21:03:37.108Z consumed by: mgd (maghemite/mgd) via 1 path
17592025-02-24T21:03:37.108Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17602025-02-24T21:03:37.108Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17612025-02-24T21:03:37.108Z consumed by: tfportd (dendrite/tfportd) via 1 path
17622025-02-24T21:03:37.112Z consumed by: wicketd (omicron/wicketd) via 2 paths
17632025-02-24T21:03:37.112Z
17642025-02-24T21:03:37.112ZDownstairs Controller (debugging only) (client: dsc-client)
17652025-02-24T21:03:37.112Z
17662025-02-24T21:03:37.112ZManagement Gateway Service (client: gateway-client)
17672025-02-24T21:03:37.116Z consumed by: dpd (dendrite/dpd) via 1 path
17682025-02-24T21:03:37.116Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17692025-02-24T21:03:37.116Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17702025-02-24T21:03:37.116Z consumed by: wicketd (omicron/wicketd) via 3 paths
17712025-02-24T21:03:37.116Z
17722025-02-24T21:03:37.116ZWicketd Installinator (client: installinator-client)
17732025-02-24T21:03:37.116Z consumed by: installinator (omicron/installinator) via 1 path
17742025-02-24T21:03:37.116Z
17752025-02-24T21:03:37.116ZLLDP daemon (client: lldpd-client)
17762025-02-24T21:03:37.116Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17772025-02-24T21:03:37.116Z
17782025-02-24T21:03:37.116ZMaghemite MG Admin (client: mg-admin-client)
17792025-02-24T21:03:37.119Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17802025-02-24T21:03:37.119Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17812025-02-24T21:03:37.119Z
17822025-02-24T21:03:37.119ZNexus Internal API (client: nexus-client)
17832025-02-24T21:03:37.124Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17842025-02-24T21:03:37.124Z consumed by: dpd (dendrite/dpd) via 1 path
17852025-02-24T21:03:37.124Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17862025-02-24T21:03:37.124Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17872025-02-24T21:03:37.124Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17882025-02-24T21:03:37.124Z
17892025-02-24T21:03:37.124ZExternal API (client: oxide-client)
17902025-02-24T21:03:37.124Z
17912025-02-24T21:03:37.124ZOximeter (client: oximeter-client)
17922025-02-24T21:03:37.127Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17932025-02-24T21:03:37.127Z
17942025-02-24T21:03:37.127ZPropolis (client: propolis-client)
17952025-02-24T21:03:37.127Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17962025-02-24T21:03:37.127Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17972025-02-24T21:03:37.127Z
17982025-02-24T21:03:37.127ZCrucible Repair (client: repair-client)
17992025-02-24T21:03:37.128Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18002025-02-24T21:03:37.128Z
18012025-02-24T21:03:37.128ZRepo Depot API (client: repo-depot-client)
18022025-02-24T21:03:37.128Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18032025-02-24T21:03:37.128Z
18042025-02-24T21:03:37.128ZSled Agent (client: sled-agent-client)
18052025-02-24T21:03:37.132Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18062025-02-24T21:03:37.132Z
18072025-02-24T21:03:37.132ZWicketd (client: wicketd-client)
18082025-02-24T21:03:37.134Z
18092025-02-24T21:03:37.277Z
18102025-02-24T21:03:37.277Zreal 36.635866966
18112025-02-24T21:03:37.277Zuser 30.763189977
18122025-02-24T21:03:37.277Zsys 9.039746163
18132025-02-24T21:03:37.278Ztrap 0.011273934
18142025-02-24T21:03:37.278Ztflt 0.045531431
18152025-02-24T21:03:37.278Zdflt 0.179297907
18162025-02-24T21:03:37.278Zkflt 0.000000000
18172025-02-24T21:03:37.278Zlock 37.367728570
18182025-02-24T21:03:37.283Zslp 3:45.920460250
18192025-02-24T21:03:37.283Zlat 0.665623968
18202025-02-24T21:03:37.283Zstop 1.492258048
18212025-02-24T21:03:37.283Z+ ptime -m cargo xtask ls-apis deployment-units
18222025-02-24T21:03:37.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18232025-02-24T21:03:37.907Z Running `target/debug/xtask ls-apis deployment-units`
18242025-02-24T21:03:38.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
18252025-02-24T21:03:38.894Z Running `target/debug/ls-apis deployment-units`
18262025-02-24T21:03:38.938Zloading metadata for workspace omicron from current workspace
18272025-02-24T21:03:40.177Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
18282025-02-24T21:03:40.183Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
18292025-02-24T21:03:40.189Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
18302025-02-24T21:03:40.194Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
18312025-02-24T21:03:42.163Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
18322025-02-24T21:03:42.954Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18332025-02-24T21:03:42.971Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18342025-02-24T21:03:43.143ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18352025-02-24T21:03:43.143Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18362025-02-24T21:03:43.143Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18372025-02-24T21:03:43.143Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18382025-02-24T21:03:43.143Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18392025-02-24T21:03:43.146Z
18402025-02-24T21:03:43.146Z
18412025-02-24T21:03:43.146ZCockroach
18422025-02-24T21:03:43.146Z omicron-cockroach-admin (omicron/cockroach-admin)
18432025-02-24T21:03:43.146Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18442025-02-24T21:03:43.146Z
18452025-02-24T21:03:43.146Z
18462025-02-24T21:03:43.147ZCrucible
18472025-02-24T21:03:43.147Z crucible-agent (crucible/agent)
18482025-02-24T21:03:43.147Z exposes: Crucible Agent (client = crucible-agent-client)
18492025-02-24T21:03:43.147Z
18502025-02-24T21:03:43.147Z crucible-downstairs (crucible/downstairs)
18512025-02-24T21:03:43.147Z exposes: Crucible Repair (client = repair-client)
18522025-02-24T21:03:43.147Z consumes: repair-client
18532025-02-24T21:03:43.147Z
18542025-02-24T21:03:43.147Z
18552025-02-24T21:03:43.147ZCrucible Pantry
18562025-02-24T21:03:43.147Z crucible-pantry (crucible/pantry)
18572025-02-24T21:03:43.147Z exposes: Crucible Pantry (client = crucible-pantry-client)
18582025-02-24T21:03:43.151Z consumes: nexus-client
18592025-02-24T21:03:43.152Z
18602025-02-24T21:03:43.152Z
18612025-02-24T21:03:43.152ZDNS Server
18622025-02-24T21:03:43.152Z dns-server (omicron/dns-server)
18632025-02-24T21:03:43.152Z exposes: DNS Server (client = dns-service-client)
18642025-02-24T21:03:43.152Z
18652025-02-24T21:03:43.153Z
18662025-02-24T21:03:43.153ZHost OS
18672025-02-24T21:03:43.153Z ddmd (maghemite/ddmd)
18682025-02-24T21:03:43.153Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18692025-02-24T21:03:43.153Z consumes: dpd-client
18702025-02-24T21:03:43.153Z
18712025-02-24T21:03:43.153Z dpd (dendrite/dpd)
18722025-02-24T21:03:43.153Z exposes: Dendrite DPD (client = dpd-client)
18732025-02-24T21:03:43.153Z consumes: gateway-client
18742025-02-24T21:03:43.153Z consumes: nexus-client
18752025-02-24T21:03:43.153Z
18762025-02-24T21:03:43.153Z lldpd (lldp/lldpd)
18772025-02-24T21:03:43.154Z exposes: LLDP daemon (client = lldpd-client)
18782025-02-24T21:03:43.154Z
18792025-02-24T21:03:43.154Z mgd (maghemite/mgd)
18802025-02-24T21:03:43.154Z exposes: Maghemite MG Admin (client = mg-admin-client)
18812025-02-24T21:03:43.159Z consumes: ddm-admin-client
18822025-02-24T21:03:43.160Z consumes: dpd-client
18832025-02-24T21:03:43.160Z
18842025-02-24T21:03:43.160Z omicron-gateway (omicron/gateway)
18852025-02-24T21:03:43.160Z exposes: Management Gateway Service (client = gateway-client)
18862025-02-24T21:03:43.160Z
18872025-02-24T21:03:43.160Z omicron-sled-agent (omicron/sled-agent)
18882025-02-24T21:03:43.160Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18892025-02-24T21:03:43.160Z exposes: Repo Depot API (client = repo-depot-client)
18902025-02-24T21:03:43.160Z exposes: Sled Agent (client = sled-agent-client)
18912025-02-24T21:03:43.160Z consumes: bootstrap-agent-client
18922025-02-24T21:03:43.160Z consumes: ddm-admin-client
18932025-02-24T21:03:43.160Z consumes: dns-service-client
18942025-02-24T21:03:43.160Z consumes: dpd-client
18952025-02-24T21:03:43.160Z consumes: gateway-client
18962025-02-24T21:03:43.160Z consumes: mg-admin-client
18972025-02-24T21:03:43.160Z consumes: nexus-client
18982025-02-24T21:03:43.160Z consumes: propolis-client
18992025-02-24T21:03:43.160Z consumes: repo-depot-client
19002025-02-24T21:03:43.160Z
19012025-02-24T21:03:43.160Z propolis-server (propolis/bin/propolis-server)
19022025-02-24T21:03:43.161Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19032025-02-24T21:03:43.161Z exposes: Propolis (client = propolis-client)
19042025-02-24T21:03:43.164Z consumes: nexus-client
19052025-02-24T21:03:43.164Z
19062025-02-24T21:03:43.164Z tfportd (dendrite/tfportd)
19072025-02-24T21:03:43.164Z consumes: dpd-client
19082025-02-24T21:03:43.164Z
19092025-02-24T21:03:43.164Z wicketd (omicron/wicketd)
19102025-02-24T21:03:43.164Z exposes: Wicketd Installinator (client = installinator-client)
19112025-02-24T21:03:43.165Z exposes: Wicketd (client = wicketd-client)
19122025-02-24T21:03:43.165Z consumes: bootstrap-agent-client
19132025-02-24T21:03:43.165Z consumes: ddm-admin-client
19142025-02-24T21:03:43.165Z consumes: dpd-client
19152025-02-24T21:03:43.165Z consumes: gateway-client
19162025-02-24T21:03:43.165Z
19172025-02-24T21:03:43.165Z
19182025-02-24T21:03:43.165ZInstallinator
19192025-02-24T21:03:43.165Z installinator (omicron/installinator)
19202025-02-24T21:03:43.165Z consumes: ddm-admin-client
19212025-02-24T21:03:43.165Z consumes: installinator-client
19222025-02-24T21:03:43.165Z
19232025-02-24T21:03:43.165Z
19242025-02-24T21:03:43.165ZNexus
19252025-02-24T21:03:43.165Z omicron-nexus (omicron/nexus)
19262025-02-24T21:03:43.165Z exposes: Nexus Internal API (client = nexus-client)
19272025-02-24T21:03:43.165Z exposes: External API (client = oxide-client)
19282025-02-24T21:03:43.165Z consumes: clickhouse-admin-keeper-client
19292025-02-24T21:03:43.165Z consumes: clickhouse-admin-server-client
19302025-02-24T21:03:43.165Z consumes: clickhouse-admin-single-client
19312025-02-24T21:03:43.165Z consumes: cockroach-admin-client
19322025-02-24T21:03:43.165Z consumes: crucible-agent-client
19332025-02-24T21:03:43.165Z consumes: crucible-pantry-client
19342025-02-24T21:03:43.165Z consumes: dns-service-client
19352025-02-24T21:03:43.165Z consumes: dpd-client
19362025-02-24T21:03:43.165Z consumes: gateway-client
19372025-02-24T21:03:43.166Z consumes: lldpd-client
19382025-02-24T21:03:43.166Z consumes: mg-admin-client
19392025-02-24T21:03:43.166Z consumes: oximeter-client
19402025-02-24T21:03:43.166Z consumes: propolis-client
19412025-02-24T21:03:43.166Z consumes: sled-agent-client
19422025-02-24T21:03:43.167Z
19432025-02-24T21:03:43.167Z
19442025-02-24T21:03:43.167ZOximeter
19452025-02-24T21:03:43.167Z oximeter-collector (omicron/oximeter/collector)
19462025-02-24T21:03:43.167Z exposes: Oximeter (client = oximeter-client)
19472025-02-24T21:03:43.174Z consumes: nexus-client
19482025-02-24T21:03:43.174Z
19492025-02-24T21:03:43.174Z
19502025-02-24T21:03:43.297Z
19512025-02-24T21:03:43.301Zreal 6.001506431
19522025-02-24T21:03:43.301Zuser 4.877421285
19532025-02-24T21:03:43.301Zsys 1.907453524
19542025-02-24T21:03:43.301Ztrap 0.003218081
19552025-02-24T21:03:43.301Ztflt 0.000046709
19562025-02-24T21:03:43.301Zdflt 0.000123780
19572025-02-24T21:03:43.301Zkflt 0.000000000
19582025-02-24T21:03:43.301Zlock 0.003632751
19592025-02-24T21:03:43.301Zslp 13.494153169
19602025-02-24T21:03:43.302Zlat 0.030321933
19612025-02-24T21:03:43.302Zstop 0.107018696
19622025-02-24T21:03:43.302Z+ ptime -m cargo xtask ls-apis servers
19632025-02-24T21:03:43.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19642025-02-24T21:03:43.854Z Running `target/debug/xtask ls-apis servers`
19652025-02-24T21:03:44.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19662025-02-24T21:03:44.762Z Running `target/debug/ls-apis servers`
19672025-02-24T21:03:44.806Zloading metadata for workspace omicron from current workspace
19682025-02-24T21:03:46.057Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
19692025-02-24T21:03:46.066Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
19702025-02-24T21:03:46.069Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
19712025-02-24T21:03:46.076Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
19722025-02-24T21:03:48.002Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
19732025-02-24T21:03:48.793Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19742025-02-24T21:03:48.810Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19752025-02-24T21:03:48.985Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19762025-02-24T21:03:48.985Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19772025-02-24T21:03:48.985Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19782025-02-24T21:03:48.985Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19792025-02-24T21:03:48.988Z
19802025-02-24T21:03:48.988Zomicron-cockroach-admin (omicron/cockroach-admin)
19812025-02-24T21:03:48.988Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19822025-02-24T21:03:48.988Z
19832025-02-24T21:03:48.988Zcrucible-agent (crucible/agent)
19842025-02-24T21:03:48.988Z exposes: Crucible Agent (client = crucible-agent-client)
19852025-02-24T21:03:48.988Z
19862025-02-24T21:03:48.988Zcrucible-downstairs (crucible/downstairs)
19872025-02-24T21:03:48.989Z exposes: Crucible Repair (client = repair-client)
19882025-02-24T21:03:48.989Z consumes: repair-client
19892025-02-24T21:03:48.989Z
19902025-02-24T21:03:48.989Zcrucible-pantry (crucible/pantry)
19912025-02-24T21:03:48.989Z exposes: Crucible Pantry (client = crucible-pantry-client)
19922025-02-24T21:03:48.989Z consumes: nexus-client
19932025-02-24T21:03:48.990Z
19942025-02-24T21:03:48.990Zdns-server (omicron/dns-server)
19952025-02-24T21:03:48.990Z exposes: DNS Server (client = dns-service-client)
19962025-02-24T21:03:48.990Z
19972025-02-24T21:03:48.990Zomicron-sled-agent (omicron/sled-agent)
19982025-02-24T21:03:48.990Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19992025-02-24T21:03:48.990Z exposes: Repo Depot API (client = repo-depot-client)
20002025-02-24T21:03:48.990Z exposes: Sled Agent (client = sled-agent-client)
20012025-02-24T21:03:48.994Z consumes: bootstrap-agent-client
20022025-02-24T21:03:48.994Z consumes: ddm-admin-client
20032025-02-24T21:03:48.994Z consumes: dns-service-client
20042025-02-24T21:03:48.994Z consumes: dpd-client
20052025-02-24T21:03:48.994Z consumes: gateway-client
20062025-02-24T21:03:48.994Z consumes: mg-admin-client
20072025-02-24T21:03:48.994Z consumes: nexus-client
20082025-02-24T21:03:48.994Z consumes: propolis-client
20092025-02-24T21:03:48.994Z consumes: repo-depot-client
20102025-02-24T21:03:48.994Z
20112025-02-24T21:03:48.994Zpropolis-server (propolis/bin/propolis-server)
20122025-02-24T21:03:48.994Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20132025-02-24T21:03:48.994Z exposes: Propolis (client = propolis-client)
20142025-02-24T21:03:48.994Z consumes: nexus-client
20152025-02-24T21:03:48.994Z
20162025-02-24T21:03:48.994Zddmd (maghemite/ddmd)
20172025-02-24T21:03:48.994Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20182025-02-24T21:03:48.994Z consumes: dpd-client
20192025-02-24T21:03:48.994Z
20202025-02-24T21:03:48.994Zdpd (dendrite/dpd)
20212025-02-24T21:03:48.995Z exposes: Dendrite DPD (client = dpd-client)
20222025-02-24T21:03:48.999Z consumes: gateway-client
20232025-02-24T21:03:48.999Z consumes: nexus-client
20242025-02-24T21:03:48.999Z
20252025-02-24T21:03:48.999Zlldpd (lldp/lldpd)
20262025-02-24T21:03:48.999Z exposes: LLDP daemon (client = lldpd-client)
20272025-02-24T21:03:48.999Z
20282025-02-24T21:03:48.999Zmgd (maghemite/mgd)
20292025-02-24T21:03:48.999Z exposes: Maghemite MG Admin (client = mg-admin-client)
20302025-02-24T21:03:48.999Z consumes: ddm-admin-client
20312025-02-24T21:03:48.999Z consumes: dpd-client
20322025-02-24T21:03:48.999Z
20332025-02-24T21:03:48.999Zomicron-gateway (omicron/gateway)
20342025-02-24T21:03:48.999Z exposes: Management Gateway Service (client = gateway-client)
20352025-02-24T21:03:48.999Z
20362025-02-24T21:03:48.999Ztfportd (dendrite/tfportd)
20372025-02-24T21:03:48.999Z consumes: dpd-client
20382025-02-24T21:03:48.999Z
20392025-02-24T21:03:48.999Zwicketd (omicron/wicketd)
20402025-02-24T21:03:48.999Z exposes: Wicketd Installinator (client = installinator-client)
20412025-02-24T21:03:48.999Z exposes: Wicketd (client = wicketd-client)
20422025-02-24T21:03:48.999Z consumes: bootstrap-agent-client
20432025-02-24T21:03:49.000Z consumes: ddm-admin-client
20442025-02-24T21:03:49.000Z consumes: dpd-client
20452025-02-24T21:03:49.000Z consumes: gateway-client
20462025-02-24T21:03:49.000Z
20472025-02-24T21:03:49.000Zinstallinator (omicron/installinator)
20482025-02-24T21:03:49.004Z consumes: ddm-admin-client
20492025-02-24T21:03:49.005Z consumes: installinator-client
20502025-02-24T21:03:49.005Z
20512025-02-24T21:03:49.005Zomicron-nexus (omicron/nexus)
20522025-02-24T21:03:49.005Z exposes: Nexus Internal API (client = nexus-client)
20532025-02-24T21:03:49.005Z exposes: External API (client = oxide-client)
20542025-02-24T21:03:49.005Z consumes: clickhouse-admin-keeper-client
20552025-02-24T21:03:49.005Z consumes: clickhouse-admin-server-client
20562025-02-24T21:03:49.006Z consumes: clickhouse-admin-single-client
20572025-02-24T21:03:49.006Z consumes: cockroach-admin-client
20582025-02-24T21:03:49.006Z consumes: crucible-agent-client
20592025-02-24T21:03:49.006Z consumes: crucible-pantry-client
20602025-02-24T21:03:49.006Z consumes: dns-service-client
20612025-02-24T21:03:49.006Z consumes: dpd-client
20622025-02-24T21:03:49.006Z consumes: gateway-client
20632025-02-24T21:03:49.006Z consumes: lldpd-client
20642025-02-24T21:03:49.006Z consumes: mg-admin-client
20652025-02-24T21:03:49.006Z consumes: oximeter-client
20662025-02-24T21:03:49.006Z consumes: propolis-client
20672025-02-24T21:03:49.006Z consumes: sled-agent-client
20682025-02-24T21:03:49.006Z
20692025-02-24T21:03:49.006Zoximeter-collector (omicron/oximeter/collector)
20702025-02-24T21:03:49.006Z exposes: Oximeter (client = oximeter-client)
20712025-02-24T21:03:49.022Z consumes: nexus-client
20722025-02-24T21:03:49.022Z
20732025-02-24T21:03:49.136Z
20742025-02-24T21:03:49.152Zreal 5.821154360
20752025-02-24T21:03:49.152Zuser 4.816644499
20762025-02-24T21:03:49.152Zsys 1.814271648
20772025-02-24T21:03:49.152Ztrap 0.000483474
20782025-02-24T21:03:49.152Ztflt 0.000021959
20792025-02-24T21:03:49.152Zdflt 0.000035671
20802025-02-24T21:03:49.152Zkflt 0.000000000
20812025-02-24T21:03:49.152Zlock 0.003768480
20822025-02-24T21:03:49.152Zslp 13.300111211
20832025-02-24T21:03:49.152Zlat 0.010397638
20842025-02-24T21:03:49.152Zstop 0.106764171
20852025-02-24T21:03:49.152Z+ ptime -m cargo xtask ls-apis check
20862025-02-24T21:03:49.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20872025-02-24T21:03:49.688Z Running `target/debug/xtask ls-apis check`
20882025-02-24T21:03:50.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20892025-02-24T21:03:50.592Z Running `target/debug/ls-apis check`
20902025-02-24T21:03:50.647Zloading metadata for workspace omicron from current workspace
20912025-02-24T21:03:51.881Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
20922025-02-24T21:03:51.964Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
20932025-02-24T21:03:51.965Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
20942025-02-24T21:03:51.965Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
20952025-02-24T21:03:53.828Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
20962025-02-24T21:03:57.909Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20972025-02-24T21:03:57.955Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20982025-02-24T21:03:57.956Z
20992025-02-24T21:03:57.956Z
21002025-02-24T21:03:57.956ZServer-managed APIs:
21012025-02-24T21:03:57.956Z
21022025-02-24T21:03:57.956Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21032025-02-24T21:03:57.956Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21042025-02-24T21:03:57.956Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21052025-02-24T21:03:57.956Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21062025-02-24T21:03:57.956Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21072025-02-24T21:03:57.956Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21082025-02-24T21:03:57.956Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21092025-02-24T21:03:57.956Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21102025-02-24T21:03:57.956Z DNS Server (dns-service-client, exposed by dns-server)
21112025-02-24T21:03:57.956Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21122025-02-24T21:03:57.956Z LLDP daemon (lldpd-client, exposed by lldpd)
21132025-02-24T21:03:57.956Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21142025-02-24T21:03:57.956Z External API (oxide-client, exposed by omicron-nexus)
21152025-02-24T21:03:57.956Z Oximeter (oximeter-client, exposed by oximeter-collector)
21162025-02-24T21:03:57.956Z Propolis (propolis-client, exposed by propolis-server)
21172025-02-24T21:03:57.956Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21182025-02-24T21:03:57.956Z Wicketd (wicketd-client, exposed by wicketd)
21192025-02-24T21:03:57.956Z
21202025-02-24T21:03:57.956Z
21212025-02-24T21:03:57.956ZClient-managed API:
21222025-02-24T21:03:57.956Z
21232025-02-24T21:03:57.956Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21242025-02-24T21:03:57.956Z reason: depends on itself (i.e., instances call each other)
21252025-02-24T21:03:57.956Z Dendrite DPD (dpd-client, exposed by dpd)
21262025-02-24T21:03:57.956Z reason: Sled Agent calling DPD creates a circular dependency
21272025-02-24T21:03:57.956Z Wicketd Installinator (installinator-client, exposed by wicketd)
21282025-02-24T21:03:57.956Z reason: client is provided implicitly by the operator
21292025-02-24T21:03:57.956Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21302025-02-24T21:03:57.956Z reason: Circular dependencies between Nexus and other services
21312025-02-24T21:03:57.957Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21322025-02-24T21:03:57.957Z reason: depends on itself (i.e., instances call each other)
21332025-02-24T21:03:57.957Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21342025-02-24T21:03:57.957Z reason: depends on itself (i.e., instances call each other)
21352025-02-24T21:03:57.957Z
21362025-02-24T21:03:57.957Z
21372025-02-24T21:03:57.957ZAPIs with unknown version management: none
21382025-02-24T21:03:57.957Z
21392025-02-24T21:03:57.957Zreal 5.861593870
21402025-02-24T21:03:57.957Zuser 4.857434240
21412025-02-24T21:03:57.957Zsys 1.809064584
21422025-02-24T21:03:57.957Ztrap 0.000396495
21432025-02-24T21:03:57.957Ztflt 0.000028590
21442025-02-24T21:03:57.957Zdflt 0.000032269
21452025-02-24T21:03:57.957Zkflt 0.000000000
21462025-02-24T21:03:57.957Zlock 0.003474707
21472025-02-24T21:03:57.957Zslp 13.299750884
21482025-02-24T21:03:57.957Zlat 0.009522384
21492025-02-24T21:03:57.957Zstop 0.103017435
21502025-02-24T21:03:57.957Z+ banner build
21512025-02-24T21:03:57.957Z
21522025-02-24T21:03:57.957Z ##### # # # # #####
21532025-02-24T21:03:57.957Z # # # # # # # #
21542025-02-24T21:03:57.957Z ##### # # # # # #
21552025-02-24T21:03:57.957Z # # # # # # # #
21562025-02-24T21:03:57.957Z # # # # # # # #
21572025-02-24T21:03:57.957Z ##### #### # ###### #####
21582025-02-24T21:03:57.957Z
21592025-02-24T21:03:57.957Z+ export 'RUSTFLAGS=-D warnings'
21602025-02-24T21:03:57.957Z+ RUSTFLAGS='-D warnings'
21612025-02-24T21:03:57.957Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21622025-02-24T21:03:57.957Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21632025-02-24T21:03:57.957Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21642025-02-24T21:03:57.957Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21652025-02-24T21:03:57.958Z+ export TMPDIR=/var/tmp/omicron_tmp
21662025-02-24T21:03:57.958Z+ TMPDIR=/var/tmp/omicron_tmp
21672025-02-24T21:03:57.958Z+ export RUST_BACKTRACE=1
21682025-02-24T21:03:57.958Z+ RUST_BACKTRACE=1
21692025-02-24T21:03:57.958Z+ export CARGO_INCREMENTAL=0
21702025-02-24T21:03:57.958Z+ CARGO_INCREMENTAL=0
21712025-02-24T21:03:57.958Z+ export RUSTC_BOOTSTRAP=1
21722025-02-24T21:03:57.958Z+ RUSTC_BOOTSTRAP=1
21732025-02-24T21:03:57.958Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21742025-02-24T21:03:57.958Z Compiling proc-macro2 v1.0.93
21752025-02-24T21:03:57.958Z Compiling unicode-ident v1.0.14
21762025-02-24T21:03:57.958Z Compiling libc v0.2.170
21772025-02-24T21:03:57.958Z Compiling cfg-if v1.0.0
21782025-02-24T21:03:57.958Z Compiling serde v1.0.218
21792025-02-24T21:03:57.958Z Compiling memchr v2.7.4
21802025-02-24T21:03:57.958Z Compiling autocfg v1.4.0
21812025-02-24T21:03:57.958Z Compiling version_check v0.9.5
21822025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c85ceffe0f29d1b -C extra-filename=-62358d43d54c950b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=31824a611b324d98 -C extra-filename=-e45517be5f8445d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=b43da0cc2a87eaef -C extra-filename=-b0354db40e5a0a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=92f25735d5cd19fb -C extra-filename=-80d380bcea6957d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ff68019dd289812a -C extra-filename=-5e8791287b45f6e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6ef1a3526a031f1 -C extra-filename=-94a95822b5c1b816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=47a19a9143ed1df3 -C extra-filename=-ec0e17f73ce37523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892025-02-24T21:03:57.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82b3d2c120f8de77 -C extra-filename=-c41639be1f87700d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902025-02-24T21:03:57.958Z Compiling value-bag v1.9.0
21912025-02-24T21:03:58.038Z Compiling once_cell v1.20.3
21922025-02-24T21:03:58.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=956c14d891896f8a -C extra-filename=-2dcd4a62bdc55774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932025-02-24T21:03:58.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=28dee0ac0e13c0d8 -C extra-filename=-cc4c9ca4fb71ffde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942025-02-24T21:03:58.038Z Compiling itoa v1.0.11
21952025-02-24T21:03:58.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=91f24d5c65adf33d -C extra-filename=-57976e99141aa10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962025-02-24T21:03:58.038Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7/build-script-build`
21972025-02-24T21:03:58.038Z Compiling log v0.4.22
21982025-02-24T21:03:58.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=ea42792389269540 -C extra-filename=-a147a23faaf349f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-2dcd4a62bdc55774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992025-02-24T21:03:58.038Z Compiling scopeguard v1.2.0
22002025-02-24T21:03:58.039Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5/build-script-build`
22012025-02-24T21:03:58.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ef004a5d5e15cc3f -C extra-filename=-05a475995c9906c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022025-02-24T21:03:58.039Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0/build-script-build`
22032025-02-24T21:03:58.039Z Compiling smallvec v1.14.0
22042025-02-24T21:03:58.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=25fc70ceda9bdc9a -C extra-filename=-e5bb232e735f783e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052025-02-24T21:03:58.039Z Compiling byteorder v1.5.0
22062025-02-24T21:03:58.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=7198085d2c48067f -C extra-filename=-6fa0bc0485b87f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072025-02-24T21:03:58.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8acc3faa6eb5bd50 -C extra-filename=-41b4d43f76d21dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
22082025-02-24T21:03:58.039Z Compiling pin-project-lite v0.2.14
22092025-02-24T21:03:58.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9800e9bccb6eb2cd -C extra-filename=-3d55b6ea8d435783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102025-02-24T21:03:58.039Z Compiling lock_api v0.4.12
22112025-02-24T21:03:58.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ac565146212e12c9 -C extra-filename=-234c6e364a590cdd --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122025-02-24T21:03:58.053Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d07456d6542d1f8 -C extra-filename=-5924188bd02e8a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
22132025-02-24T21:03:58.053Z Compiling ryu v1.0.18
22142025-02-24T21:03:58.053Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=d93015221dd64085 -C extra-filename=-09050f2054347c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-02-24T21:03:58.194Z Compiling subtle v2.6.1
22162025-02-24T21:03:58.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=2dcd2a9b174f6694 -C extra-filename=-af7ee5c1b0f412fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172025-02-24T21:03:58.221Z Compiling regex-syntax v0.8.5
22182025-02-24T21:03:58.258Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d213b356c1878df1 -C extra-filename=-00a03bff956e80e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192025-02-24T21:03:58.333Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd/build-script-build`
22202025-02-24T21:03:58.387Z Compiling libm v0.2.8
22212025-02-24T21:03:58.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=1829d629c4b04dbc -C extra-filename=-437ddefae983f5d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222025-02-24T21:03:58.416Z Compiling shlex v1.3.0
22232025-02-24T21:03:58.419Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=06800dc7b87fe0db -C extra-filename=-c29a401cfb96b366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-02-24T21:03:58.493Z Compiling num-traits v0.2.19
22252025-02-24T21:03:58.496Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=98acd7a75c961d90 -C extra-filename=-7bbf2d41207939cd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262025-02-24T21:03:58.514Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a2bef5f3a05e2acd -C extra-filename=-0b7b2231cbf9aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22272025-02-24T21:03:58.551Z Compiling aho-corasick v1.1.3
22282025-02-24T21:03:58.569Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=26758b59584e3468 -C extra-filename=-009794bcd0adcca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292025-02-24T21:03:58.796Z Compiling quote v1.0.38
22302025-02-24T21:03:58.798Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8a2962213a02425d -C extra-filename=-9774cec2beac982d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312025-02-24T21:03:58.826Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3/build-script-build`
22322025-02-24T21:03:58.869Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=d56fedf2779e933e -C extra-filename=-3c8d79c001b1d446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332025-02-24T21:03:58.913Z Compiling getrandom v0.2.15
22342025-02-24T21:03:58.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=6420afaa56c75479 -C extra-filename=-18f0880b436c32e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352025-02-24T21:03:58.983Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd/build-script-build`
22362025-02-24T21:03:59.104Z Compiling allocator-api2 v0.2.18
22372025-02-24T21:03:59.109Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=f136a15f18c18705 -C extra-filename=-199f53930120fca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382025-02-24T21:03:59.251Z Compiling syn v2.0.96
22392025-02-24T21:03:59.282Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=197abee328d3f18a -C extra-filename=-f4e2d9d4fc30c37d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402025-02-24T21:03:59.313Z Compiling rand_core v0.6.4
22412025-02-24T21:03:59.316Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=939be090b20dbe6f -C extra-filename=-c9da9b954e2f8ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422025-02-24T21:03:59.425Z Compiling jobserver v0.1.32
22432025-02-24T21:03:59.451Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73aed2db3398151b -C extra-filename=-21f89a843d45d85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442025-02-24T21:03:59.456Z Compiling parking_lot_core v0.9.10
22452025-02-24T21:03:59.458Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=db1bfb12b348f57c -C extra-filename=-8c43fd794a77a0a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-02-24T21:03:59.838Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4b23452dc52c806f -C extra-filename=-e9d24d36744151b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-3c8d79c001b1d446.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22472025-02-24T21:03:59.866Z Compiling serde_json v1.0.139
22482025-02-24T21:03:59.869Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.139/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0198b642dab2f151 -C extra-filename=-d2503aa253b47458 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492025-02-24T21:03:59.964Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0/build-script-build`
22502025-02-24T21:04:00.008Z Compiling cc v1.2.15
22512025-02-24T21:04:00.085Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=bcce82fb0eab4d48 -C extra-filename=-26b01f0b27175bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-21f89a843d45d85b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522025-02-24T21:04:00.146Z Compiling semver v1.0.25
22532025-02-24T21:04:00.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8c44da15cb6e3029 -C extra-filename=-98ed0e26b0901fab --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-02-24T21:04:00.234Z Compiling typenum v1.17.0
22552025-02-24T21:04:00.237Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=c60cd362dc0c25cb -C extra-filename=-fc0b8a39602987f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562025-02-24T21:04:00.296Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458/build-script-build`
22572025-02-24T21:04:00.344Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=27d9c87c53a9f70c -C extra-filename=-28b149592a5230c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-02-24T21:04:00.751Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab/build-script-build`
22592025-02-24T21:04:00.840Z Compiling generic-array v0.14.7
22602025-02-24T21:04:00.843Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=eb2b95ae95bde688 -C extra-filename=-e222f7e784ebb312 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612025-02-24T21:04:00.938Z Compiling parking_lot v0.12.3
22622025-02-24T21:04:00.971Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=9bd3310a4ca4650e -C extra-filename=-225ff234fd698a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0b7b2231cbf9aba6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-28b149592a5230c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632025-02-24T21:04:01.246Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312/build-script-build`
22642025-02-24T21:04:01.249Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8/build-script-main`
22652025-02-24T21:04:01.338Z Compiling thiserror v1.0.69
22662025-02-24T21:04:01.341Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d183a9332e42243 -C extra-filename=-dd4418b58e898f9a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672025-02-24T21:04:01.488Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=24a794d06bc0995e -C extra-filename=-47edc3495c08b40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682025-02-24T21:04:01.549Z Compiling fnv v1.0.7
22692025-02-24T21:04:01.590Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e0ea050ad4811aca -C extra-filename=-98d3c5abcf530833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702025-02-24T21:04:01.721Z Compiling regex-automata v0.4.8
22712025-02-24T21:04:01.723Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=0d899c4c15dfb19a -C extra-filename=-ff5e66a17a382b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722025-02-24T21:04:01.751Z Compiling signal-hook-registry v1.4.2
22732025-02-24T21:04:01.754Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=385b5609bedad6d4 -C extra-filename=-f14b4583915d0413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742025-02-24T21:04:02.030Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a/build-script-build`
22752025-02-24T21:04:02.478Z Compiling futures-core v0.3.31
22762025-02-24T21:04:02.481Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=968cd40321c8a54b -C extra-filename=-1576965aa7d154eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772025-02-24T21:04:02.514Z Compiling rustix v0.38.37
22782025-02-24T21:04:02.539Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d347c3042c046231 -C extra-filename=-45bdda515b9785ee --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792025-02-24T21:04:02.754Z Compiling errno v0.3.9
22802025-02-24T21:04:02.757Z Compiling equivalent v1.0.1
22812025-02-24T21:04:02.758Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ed3f3aa82ef97cd -C extra-filename=-a2355d8669023f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822025-02-24T21:04:02.758Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=948185a31545ca40 -C extra-filename=-83393c1ebc8c92b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-02-24T21:04:02.925Z Compiling foldhash v0.1.3
22842025-02-24T21:04:02.927Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=75ac500604f05f33 -C extra-filename=-3b0620f52c9321be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852025-02-24T21:04:02.952Z Compiling either v1.13.0
22862025-02-24T21:04:02.955Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-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="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=048ee4b20f6aa69d -C extra-filename=-f022353c3733c3cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-02-24T21:04:03.018Z Compiling mio v1.0.2
22882025-02-24T21:04:03.021Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=c6bb0db18a23fea0 -C extra-filename=-ac7c53bc75619921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892025-02-24T21:04:03.243Z Compiling hashbrown v0.15.1
22902025-02-24T21:04:03.246Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d5bcc4abbd60e24a -C extra-filename=-27c977240796c3a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-199f53930120fca2.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-83393c1ebc8c92b8.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-3b0620f52c9321be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-02-24T21:04:03.344Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee/build-script-build`
22922025-02-24T21:04:03.376Z Compiling socket2 v0.5.8
22932025-02-24T21:04:03.378Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=58d935590299d888 -C extra-filename=-b761ff4075e9e77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942025-02-24T21:04:03.653Z Compiling heck v0.5.0
22952025-02-24T21:04:03.656Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e28b5001a0b5574e -C extra-filename=-d7c4e21566c467a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962025-02-24T21:04:03.832Z Compiling const-oid v0.9.6
22972025-02-24T21:04:03.835Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=2fec089c8ed4933d -C extra-filename=-a6ccc56041b55513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982025-02-24T21:04:04.040Z Compiling slab v0.4.9
22992025-02-24T21:04:04.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=23d049ab395daed7 -C extra-filename=-5efcfe1a9d362585 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002025-02-24T21:04:04.094Z Compiling futures-io v0.3.31
23012025-02-24T21:04:04.097Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=81ce4a8372e54e8a -C extra-filename=-2865af5633b646e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022025-02-24T21:04:04.139Z Compiling spin v0.9.8
23032025-02-24T21:04:04.143Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=a4184cbc36d9a925 -C extra-filename=-ce1398b91b784a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0b7b2231cbf9aba6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042025-02-24T21:04:04.335Z Compiling iana-time-zone v0.1.61
23052025-02-24T21:04:04.367Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=4687d6198c2cd447 -C extra-filename=-b45bb0bd37fbdaf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062025-02-24T21:04:04.399Z Compiling pkg-config v0.3.31
23072025-02-24T21:04:04.402Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f538a96d0b9b6fb9 -C extra-filename=-1751b2fccd5c0e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-02-24T21:04:04.477Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585/build-script-build`
23092025-02-24T21:04:04.511Z Compiling cpufeatures v0.2.14
23102025-02-24T21:04:04.536Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe3614fdafc750d -C extra-filename=-3596b2d9c128a0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-02-24T21:04:04.541Z Compiling futures-sink v0.3.31
23122025-02-24T21:04:04.544Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=65efe83e6179da44 -C extra-filename=-ce74d051d15302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132025-02-24T21:04:04.653Z Compiling lazy_static v1.5.0
23142025-02-24T21:04:04.678Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fe28e955c644b99d -C extra-filename=-18ebbde8e24fab88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-02-24T21:04:04.678Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fb6d64edb90092ab -C extra-filename=-b5b250c1c1b88026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162025-02-24T21:04:04.739Z Compiling stable_deref_trait v1.2.0
23172025-02-24T21:04:04.742Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0901bafa7d9f7cdc -C extra-filename=-a1a49b344a9f1018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182025-02-24T21:04:04.768Z Compiling pin-utils v0.1.0
23192025-02-24T21:04:04.771Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c930aa8157725fb1 -C extra-filename=-bb870f0abbb928a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-02-24T21:04:04.806Z Compiling futures-channel v0.3.31
23212025-02-24T21:04:04.809Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4ce6980718aaa1a3 -C extra-filename=-6483d9579c8676ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-02-24T21:04:04.885Z Compiling futures-task v0.3.31
23232025-02-24T21:04:04.888Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=e718d36de0f9351e -C extra-filename=-1ad1d5b43cab278f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242025-02-24T21:04:04.913Z Compiling dyn-clone v1.0.18
23252025-02-24T21:04:04.916Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d4128c3bef9083 -C extra-filename=-324174bc038fa7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-02-24T21:04:04.984Z Compiling schemars v0.8.21
23272025-02-24T21:04:04.987Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=df17b0af5bc97eb9 -C extra-filename=-2f1d7989fb7c7619 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-2f1d7989fb7c7619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-02-24T21:04:05.156Z Compiling glob v0.3.2
23292025-02-24T21:04:05.159Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e747f87c9e390d -C extra-filename=-0173d020d94cf3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-02-24T21:04:05.205Z Compiling tracing-core v0.1.32
23312025-02-24T21:04:05.233Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=0d0aedb792d79407 -C extra-filename=-fe1524a63a63fc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322025-02-24T21:04:05.236Z Compiling syn v1.0.109
23332025-02-24T21:04:05.240Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=5786e1bd6fb091a8 -C extra-filename=-19051e4fa307c78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-02-24T21:04:05.434Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-2f1d7989fb7c7619/build-script-build`
23352025-02-24T21:04:05.479Z Compiling minimal-lexical v0.2.1
23362025-02-24T21:04:05.481Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=41f6358ebf79fdf7 -C extra-filename=-aed16199d4e890fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372025-02-24T21:04:05.664Z Compiling prettyplease v0.2.29
23382025-02-24T21:04:05.667Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=5ed3a7fcbaf4c670 -C extra-filename=-f074c52ad8cc62af --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392025-02-24T21:04:05.819Z Compiling writeable v0.5.5
23402025-02-24T21:04:05.823Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=5eb8c01e77745a48 -C extra-filename=-7bfe56a16340225c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-02-24T21:04:05.922Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c/build-script-build`
23422025-02-24T21:04:05.990Z Compiling nom v7.1.3
23432025-02-24T21:04:05.993Z Compiling clang-sys v1.8.1
23442025-02-24T21:04:05.993Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=eef5101c32f43590 -C extra-filename=-724241a249047847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-aed16199d4e890fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452025-02-24T21:04:06.020Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=553371640722434c -C extra-filename=-74187a83cd8ca181 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-02-24T21:04:06.047Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=de7135afe9136ac9 -C extra-filename=-c9b38d9348343e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23472025-02-24T21:04:06.135Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af/build-script-build`
23482025-02-24T21:04:06.155Z Compiling litemap v0.7.3
23492025-02-24T21:04:06.198Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=7e42ff05122e442b -C extra-filename=-2fbb725256cafeb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-02-24T21:04:06.380Z Compiling serde_derive_internals v0.29.1
23512025-02-24T21:04:06.383Z Compiling synstructure v0.13.1
23522025-02-24T21:04:06.383Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab7c9d4951397ce2 -C extra-filename=-a832cadecb1bf26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-02-24T21:04:06.383Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=637003c5cf875b33 -C extra-filename=-9eb712b559981850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-02-24T21:04:06.560Z Compiling home v0.5.9
23552025-02-24T21:04:06.563Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bef8dd71521f9db -C extra-filename=-6fcefbc560fae140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562025-02-24T21:04:06.800Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181/build-script-build`
23572025-02-24T21:04:06.830Z Compiling percent-encoding v2.3.1
23582025-02-24T21:04:06.833Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8f077bd5cc174d51 -C extra-filename=-71e05fb9e91a7f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592025-02-24T21:04:06.862Z Compiling vcpkg v0.2.15
23602025-02-24T21:04:06.865Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6bcdbb5f1d89ff7 -C extra-filename=-86ab338041730e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612025-02-24T21:04:07.176Z Compiling regex v1.11.1
23622025-02-24T21:04:07.179Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=fabb4561ba5c3c3a -C extra-filename=-a3fbe9faafeab9f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-02-24T21:04:07.883Z Compiling libloading v0.8.5
23642025-02-24T21:04:07.886Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e95baa5c264e39ee -C extra-filename=-7099f56fdba84589 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-02-24T21:04:08.184Z Compiling crossbeam-utils v0.8.20
23662025-02-24T21:04:08.190Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=454a972cee702744 -C extra-filename=-f60d0ba1b5458b04 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-02-24T21:04:08.287Z Compiling strsim v0.11.1
23682025-02-24T21:04:08.290Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29d5e51d4694ea38 -C extra-filename=-f65fb5752489051b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-02-24T21:04:08.622Z Compiling icu_locid_transform_data v1.5.0
23702025-02-24T21:04:08.625Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fb5cd6c12a8b460 -C extra-filename=-5b136eddb9a87548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-02-24T21:04:08.625Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=46caeb9a7fed6eb0 -C extra-filename=-8fffd399382af63b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-7099f56fdba84589.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722025-02-24T21:04:08.757Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8469af3526294864 -C extra-filename=-842331219e889e7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
23732025-02-24T21:04:08.794Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04/build-script-build`
23742025-02-24T21:04:08.836Z Compiling icu_properties_data v1.5.0
23752025-02-24T21:04:08.881Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bdb90024dc954dd -C extra-filename=-427e7054917974e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-02-24T21:04:09.051Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=849c7926e944dde7 -C extra-filename=-2177475d79c1394d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
23772025-02-24T21:04:09.116Z Compiling form_urlencoded v1.2.1
23782025-02-24T21:04:09.119Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6cd342300e3b1a6c -C extra-filename=-22f142bfb74a30f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-02-24T21:04:09.436Z Compiling cexpr v0.6.0
23802025-02-24T21:04:09.439Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=064f831e0c6aeb09 -C extra-filename=-14eb95867c680923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812025-02-24T21:04:09.467Z Compiling ring v0.17.11
23822025-02-24T21:04:09.538Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=af2b470f5337f15e -C extra-filename=-7b2ad44f4b4f45b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-02-24T21:04:10.251Z Compiling adler2 v2.0.0
23842025-02-24T21:04:10.253Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=665e045183b90396 -C extra-filename=-77acd00eea460188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-02-24T21:04:10.497Z Compiling icu_normalizer_data v1.5.0
23862025-02-24T21:04:10.522Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a147e929587886 -C extra-filename=-b5e1bf81f4bbb98e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872025-02-24T21:04:10.626Z Compiling paste v1.0.15
23882025-02-24T21:04:10.629Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e886e00bac8f29db -C extra-filename=-85566530b7ac6788 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-02-24T21:04:10.658Z Compiling utf8_iter v1.0.4
23902025-02-24T21:04:10.675Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=155e38d55050548f -C extra-filename=-e04cb3990645b677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912025-02-24T21:04:10.934Z Compiling write16 v1.0.0
23922025-02-24T21:04:10.969Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=9d31cdddcfcf6fa8 -C extra-filename=-812ca20f2455d746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-02-24T21:04:11.001Z Compiling utf16_iter v1.0.5
23942025-02-24T21:04:11.004Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0025e7486123a14 -C extra-filename=-541702bfcb648d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-02-24T21:04:11.420Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2/build-script-build`
23962025-02-24T21:04:11.427Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788/build-script-build`
23972025-02-24T21:04:11.427Z Compiling miniz_oxide v0.8.0
23982025-02-24T21:04:11.427Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=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=e324305a37157190 -C extra-filename=-4c4c867249a2e5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-77acd00eea460188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992025-02-24T21:04:11.428Z Compiling httparse v1.9.5
24002025-02-24T21:04:11.428Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37ede6e098ced7db -C extra-filename=-f5cadb8b74f448ac --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012025-02-24T21:04:11.485Z Compiling serde_derive v1.0.218
24022025-02-24T21:04:11.488Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=89e97af87a955cde -C extra-filename=-fb042d56ae9b889f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-02-24T21:04:11.550Z Compiling zeroize_derive v1.4.2
24042025-02-24T21:04:11.555Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b00bebf4354cb0d6 -C extra-filename=-4a8cd2d5bb213a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-02-24T21:04:12.058Z Compiling zerocopy-derive v0.7.35
24062025-02-24T21:04:12.060Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d349d5ac138633b0 -C extra-filename=-e2a669a03a23cda4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-02-24T21:04:12.433Z Compiling thiserror-impl v1.0.69
24082025-02-24T21:04:12.436Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01eff5cc46a8b185 -C extra-filename=-8ea264db68a67427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-02-24T21:04:12.633Z Compiling tokio-macros v2.5.0
24102025-02-24T21:04:12.636Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e87f53db48cc437f -C extra-filename=-9e4b1f0e72c9d910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112025-02-24T21:04:13.139Z Compiling zeroize v1.8.1
24122025-02-24T21:04:13.142Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=f75f40c632e0324c -C extra-filename=-4663549723eedac3 --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-4a8cd2d5bb213a49.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-02-24T21:04:13.536Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=5a0b3a275294e024 -C extra-filename=-a5ed356cb43ac0cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24142025-02-24T21:04:14.130Z Compiling zerocopy v0.7.35
24152025-02-24T21:04:14.133Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=fda5e59c0b5d2449 -C extra-filename=-fe2051b78116dbca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e2a669a03a23cda4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-02-24T21:04:14.299Z Compiling futures-macro v0.3.31
24172025-02-24T21:04:14.325Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=884b5a4cb7779b05 -C extra-filename=-50ba9aa64c6f39e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-02-24T21:04:14.893Z Compiling crypto-common v0.1.6
24192025-02-24T21:04:14.896Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=4cbf349f0cc138f5 -C extra-filename=-7452dacb57403ae0 --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-a5ed356cb43ac0cf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202025-02-24T21:04:15.170Z Compiling block-buffer v0.10.4
24212025-02-24T21:04:15.173Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dff1d8a98677aacd -C extra-filename=-9871cc8454850d66 --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-a5ed356cb43ac0cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222025-02-24T21:04:15.396Z Compiling digest v0.10.7
24232025-02-24T21:04:15.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=786961adf60e4c4e -C extra-filename=-eae16495eb77c4f8 --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-9871cc8454850d66.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7452dacb57403ae0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-02-24T21:04:15.445Z Compiling schemars_derive v0.8.21
24252025-02-24T21:04:15.445Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=589202c856df41d8 -C extra-filename=-735524b9b41c3157 --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-8ea264db68a67427.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
24262025-02-24T21:04:15.447Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d647d9f92a5cfd4b -C extra-filename=-f7edc5f66ec2b2ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-a832cadecb1bf26b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-02-24T21:04:15.622Z Compiling ppv-lite86 v0.2.20
24282025-02-24T21:04:15.622Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=f049aaa924b4fdfc -C extra-filename=-37bda53fd7eac2d1 --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-fe2051b78116dbca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-02-24T21:04:15.857Z Compiling zerofrom-derive v0.1.4
24302025-02-24T21:04:15.860Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=233592b32dce1d5e -C extra-filename=-aab0b9b972774b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-9eb712b559981850.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-02-24T21:04:16.087Z Compiling yoke-derive v0.7.4
24322025-02-24T21:04:16.091Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d8721c67c01c013 -C extra-filename=-be54a7cd76262dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-9eb712b559981850.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-02-24T21:04:16.266Z Compiling futures-util v0.3.31
24342025-02-24T21:04:16.308Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=9a82439109083f90 -C extra-filename=-697a23ccce5da83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-50ba9aa64c6f39e3.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-bb870f0abbb928a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-02-24T21:04:16.401Z Compiling zerovec-derive v0.10.3
24362025-02-24T21:04:16.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4b369b2f2854119 -C extra-filename=-3a57c579a8bdbe6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-02-24T21:04:17.750Z Compiling tracing-attributes v0.1.27
24382025-02-24T21:04:17.753Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=324576bc3b15f661 -C extra-filename=-b81583a28c6103c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-02-24T21:04:18.621Z Compiling displaydoc v0.2.5
24402025-02-24T21:04:18.623Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cd14c37c547ec9f3 -C extra-filename=-482965bb6f797f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-02-24T21:04:18.892Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8cbf7b22f6fa8a82 -C extra-filename=-4631825e58b7dc2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
24422025-02-24T21:04:19.004Z Compiling rand_chacha v0.3.1
24432025-02-24T21:04:19.007Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ceb0e079e56b994d -C extra-filename=-51caab4294be8f0e --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-37bda53fd7eac2d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-02-24T21:04:19.026Z Compiling icu_provider_macros v1.5.0
24452025-02-24T21:04:19.069Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d68ac3795b78045 -C extra-filename=-affbf159f0e756a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-02-24T21:04:19.103Z Compiling powerfmt v0.2.0
24472025-02-24T21:04:19.106Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=c06d0e720f57ccf6 -C extra-filename=-1cc8d764fbe0cdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-02-24T21:04:19.516Z Compiling rand v0.8.5
24492025-02-24T21:04:19.544Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=a04a316a0a6a9027 -C extra-filename=-ed6daa4e39d95040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-51caab4294be8f0e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502025-02-24T21:04:19.637Z Compiling zerofrom v0.1.4
24512025-02-24T21:04:19.639Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=44dc8845661742ea -C extra-filename=-9d3a56a43f62104d --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-aab0b9b972774b21.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522025-02-24T21:04:19.876Z Compiling yoke v0.7.4
24532025-02-24T21:04:19.879Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=9d34605f9078fed2 -C extra-filename=-7ac8deb1e94f9c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-be54a7cd76262dfd.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9d3a56a43f62104d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-02-24T21:04:20.260Z Compiling zerovec v0.10.4
24552025-02-24T21:04:20.263Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=6d57e20baa2d95e7 -C extra-filename=-73a048dd6a80eefa --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-7ac8deb1e94f9c7b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9d3a56a43f62104d.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-3a57c579a8bdbe6b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-02-24T21:04:20.291Z Compiling time-core v0.1.2
24572025-02-24T21:04:20.294Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=503d358f2f716382 -C extra-filename=-3bcb33804f034ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-02-24T21:04:20.322Z Compiling num-conv v0.1.0
24592025-02-24T21:04:20.325Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e7a21fb7fee23f5 -C extra-filename=-72814c7db14d9e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-02-24T21:04:20.479Z Compiling deranged v0.3.11
24612025-02-24T21:04:20.482Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c18bee0ef64bef8a -C extra-filename=-07813c3ce948a69e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1cc8d764fbe0cdb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-02-24T21:04:20.641Z Compiling time-macros v0.2.18
24632025-02-24T21:04:20.644Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=bb1cc546f8a25536 -C extra-filename=-87cb7e65f90be4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72814c7db14d9e6f.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3bcb33804f034ca0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-02-24T21:04:21.122Z Compiling tracing v0.1.40
24652025-02-24T21:04:21.124Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=35ec6a33ffe78917 -C extra-filename=-2f4df574697f0d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-b81583a28c6103c4.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-fe1524a63a63fc83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-02-24T21:04:21.426Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac/build-script-build`
24672025-02-24T21:04:21.478Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e3a0ce94f9f357 -C extra-filename=-733d7b7938cc4461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
24682025-02-24T21:04:21.575Z Compiling itertools v0.12.1
24692025-02-24T21:04:21.578Z Compiling bindgen v0.69.5
24702025-02-24T21:04:21.578Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=f758cdfe6dc8885e -C extra-filename=-1405492a315d526f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-02-24T21:04:21.616Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a3a92d9cf4e3fabe -C extra-filename=-bf6894a9f0f557de --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-02-24T21:04:21.664Z Compiling num_threads v0.1.7
24732025-02-24T21:04:21.664Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75b6a1f88f7f580a -C extra-filename=-1c56bab8969cd159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742025-02-24T21:04:21.885Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=908b33e8ebe7a9b1 -C extra-filename=-a0db6af83eafa305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
24752025-02-24T21:04:21.987Z Compiling atomic-waker v1.1.2
24762025-02-24T21:04:21.990Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=1340f54916d611d1 -C extra-filename=-681c30393c48bbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772025-02-24T21:04:22.212Z Compiling tinystr v0.7.6
24782025-02-24T21:04:22.247Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ba96838751975bdc -C extra-filename=-700e4ae19c78f0ac --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-482965bb6f797f09.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-02-24T21:04:22.326Z Compiling icu_collections v1.5.0
24802025-02-24T21:04:22.330Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=638ea3d09e5ea1b5 -C extra-filename=-649619b8f0f13df0 --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-482965bb6f797f09.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-7ac8deb1e94f9c7b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9d3a56a43f62104d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-02-24T21:04:22.570Z Compiling icu_locid v1.5.0
24822025-02-24T21:04:22.573Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=acd53a0d458f0cea -C extra-filename=-827d820b0efe946b --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-482965bb6f797f09.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-2fbb725256cafeb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-700e4ae19c78f0ac.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-02-24T21:04:22.626Z Compiling rustc-hash v1.1.0
24842025-02-24T21:04:22.626Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f/build-script-build`
24852025-02-24T21:04:22.630Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=73195994a22efad4 -C extra-filename=-2421a59c29d6ccdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862025-02-24T21:04:22.686Z Compiling lazycell v1.3.0
24872025-02-24T21:04:22.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=45a221a84c009eb1 -C extra-filename=-074293a2e6cf23b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-02-24T21:04:22.718Z Compiling block-padding v0.3.3
24892025-02-24T21:04:22.721Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d05f21f4bec82765 -C extra-filename=-b6db8e82cadb6d24 --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-a5ed356cb43ac0cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902025-02-24T21:04:22.826Z Compiling cmake v0.1.51
24912025-02-24T21:04:22.829Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae695c533697f2b4 -C extra-filename=-ee5cc418a725a804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922025-02-24T21:04:22.885Z Compiling ahash v0.8.11
24932025-02-24T21:04:22.888Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=61d787f863ba0513 -C extra-filename=-b16d4a29593113c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-02-24T21:04:23.012Z Compiling untrusted v0.9.0
24952025-02-24T21:04:23.015Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12171dd878846ad6 -C extra-filename=-7771f0e505a6f670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-02-24T21:04:23.228Z Compiling dunce v1.0.5
24972025-02-24T21:04:23.231Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00c0c22eebc17163 -C extra-filename=-60ba1eb8af7b4181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-02-24T21:04:23.343Z Compiling fs_extra v1.3.0
24992025-02-24T21:04:23.352Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9036fc139d896097 -C extra-filename=-a07e8d834e3b67b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-02-24T21:04:23.386Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6/build-script-build`
25012025-02-24T21:04:23.481Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=49e85edc63b4774a -C extra-filename=-4a68b3eecd5d51e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -l static=ring_core_0_17_11_ -l static=ring_core_0_17_11__test`
25022025-02-24T21:04:23.609Z Compiling inout v0.1.3
25032025-02-24T21:04:23.612Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=3ebf98e54ce414e9 -C extra-filename=-354d480c8ddc8319 --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-b6db8e82cadb6d24.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-02-24T21:04:23.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=17c3f4a2c58473d6 -C extra-filename=-fd4409d3474136f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fe2051b78116dbca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
25052025-02-24T21:04:23.793Z Compiling icu_provider v1.5.0
25062025-02-24T21:04:23.796Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=f024275f6c6ea1b2 -C extra-filename=-4caf65d46c860ee5 --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-482965bb6f797f09.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-827d820b0efe946b.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-affbf159f0e756a3.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-700e4ae19c78f0ac.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-7ac8deb1e94f9c7b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9d3a56a43f62104d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-02-24T21:04:23.869Z Compiling time v0.3.36
25082025-02-24T21:04:23.872Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=55fe4578b39dc55f -C extra-filename=-1268dab9db3bdae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-07813c3ce948a69e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72814c7db14d9e6f.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-1c56bab8969cd159.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1cc8d764fbe0cdb3.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3bcb33804f034ca0.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-02-24T21:04:23.919Z Compiling cipher v0.4.4
25102025-02-24T21:04:23.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=8a1a6600589585a3 -C extra-filename=-394add6dc643abac --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-7452dacb57403ae0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-354d480c8ddc8319.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-02-24T21:04:24.230Z Compiling bytes v1.9.0
25122025-02-24T21:04:24.234Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4724c62cd943ae56 -C extra-filename=-5adfbd3b6ddc2daa --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-02-24T21:04:24.297Z Compiling bitflags v2.6.0
25142025-02-24T21:04:24.300Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=40be17fba455e55c -C extra-filename=-29880e90f788ef89 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-02-24T21:04:24.436Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.139/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=555138c4e65daf7d -C extra-filename=-d77a3497fa27fb74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25162025-02-24T21:04:24.499Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0b81819dfe12b10c -C extra-filename=-ade9c6bb0b7b75a6 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
25172025-02-24T21:04:24.572Z Compiling indexmap v2.7.1
25182025-02-24T21:04:24.575Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=2e5585d9687a563d -C extra-filename=-a72c39e362d2fb18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-83393c1ebc8c92b8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-02-24T21:04:24.754Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1bd5566e75ce0bf7 -C extra-filename=-ff4e5935e35c2c2b --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-29880e90f788ef89.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a2355d8669023f55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25202025-02-24T21:04:24.787Z Compiling chrono v0.4.39
25212025-02-24T21:04:24.823Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=25ba0f25e713702f -C extra-filename=-9f1062e4bb9f4318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-02-24T21:04:25.171Z Compiling tokio v1.43.0
25232025-02-24T21:04:25.203Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8a91672e624cca4c -C extra-filename=-18933feefbdb335e --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-5adfbd3b6ddc2daa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-9e4b1f0e72c9d910.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-02-24T21:04:25.401Z Compiling uuid v1.12.0
25252025-02-24T21:04:25.404Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=9c20e4e59a5ad77a -C extra-filename=-3216d522bfc9e851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-02-24T21:04:25.926Z Compiling http v1.2.0
25272025-02-24T21:04:25.929Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=77f8193e0b9905e8 -C extra-filename=-b41d59b73dd7d50a --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-5adfbd3b6ddc2daa.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282025-02-24T21:04:26.985Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=92f77071ba8f75be -C extra-filename=-01ea0c53cbef3386 --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-5adfbd3b6ddc2daa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-f7edc5f66ec2b2ef.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25292025-02-24T21:04:27.183Z Compiling icu_locid_transform v1.5.0
25302025-02-24T21:04:27.185Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=d4d2f8bf73c69404 -C extra-filename=-f9fc08f9a13e4a42 --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-482965bb6f797f09.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-827d820b0efe946b.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-5b136eddb9a87548.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4caf65d46c860ee5.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-700e4ae19c78f0ac.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-02-24T21:04:27.811Z Compiling serde_tokenstream v0.2.2
25322025-02-24T21:04:27.813Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=911e86ff419307ac -C extra-filename=-798c9dd0ddadeb3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-02-24T21:04:28.022Z Compiling serde_spanned v0.6.8
25342025-02-24T21:04:28.024Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0ec4f221659d30be -C extra-filename=-fdd2b7b8ae0a9fb6 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-02-24T21:04:28.206Z Compiling toml_datetime v0.6.8
25362025-02-24T21:04:28.245Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=31770860cee5be7b -C extra-filename=-280310183b982758 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-02-24T21:04:28.293Z Compiling sha2 v0.10.8
25382025-02-24T21:04:28.296Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=d13632ccc340b29d -C extra-filename=-d68142f381076b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-02-24T21:04:28.412Z Compiling which v4.4.2
25402025-02-24T21:04:28.441Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=9158cfdf70c5b4fd -C extra-filename=-d8e39d27db517ba4 --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-f022353c3733c3cf.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-02-24T21:04:28.510Z Compiling icu_properties v1.5.1
25422025-02-24T21:04:28.542Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=5d4e7e9fe0ff77cb -C extra-filename=-2e50e24ff3230f69 --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-482965bb6f797f09.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-649619b8f0f13df0.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-f9fc08f9a13e4a42.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-427e7054917974e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4caf65d46c860ee5.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-700e4ae19c78f0ac.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-02-24T21:04:28.727Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=25191950f59915f6 -C extra-filename=-6a401b2459aa8f97 --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-29880e90f788ef89.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-074293a2e6cf23b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2421a59c29d6ccdd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-d8e39d27db517ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-02-24T21:04:28.946Z Compiling aws-lc-rs v1.10.0
25452025-02-24T21:04:28.949Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.10.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="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=faf535e86229fab5 -C extra-filename=-fee8de572c3dd8bd --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-fee8de572c3dd8bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-02-24T21:04:29.454Z Compiling rustls-pki-types v1.10.0
25472025-02-24T21:04:29.457Z Compiling gimli v0.31.1
25482025-02-24T21:04:29.457Z Compiling object v0.36.5
25492025-02-24T21:04:29.457Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=dfeb14ae81329c28 -C extra-filename=-194970f43a43e576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502025-02-24T21:04:29.475Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=0f030a3c52c31b10 -C extra-filename=-ed4148cb97cb18cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-02-24T21:04:29.475Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=9319af6ecb6d5cc9 -C extra-filename=-de49321cac4cb885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-02-24T21:04:30.245Z Compiling rustc-demangle v0.1.24
25532025-02-24T21:04:30.248Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=41e4e536e71f819c -C extra-filename=-36f089942792bfee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-02-24T21:04:30.514Z Compiling anyhow v1.0.96
25552025-02-24T21:04:30.517Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.96/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=223ab2f85e0cdd88 -C extra-filename=-fec782e9e695d75d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-fec782e9e695d75d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-02-24T21:04:31.224Z Compiling base64ct v1.6.0
25572025-02-24T21:04:31.227Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6a359404bc016fbb -C extra-filename=-c2d7fa6755e2dac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-02-24T21:04:31.227Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-fec782e9e695d75d/build-script-build`
25592025-02-24T21:04:31.789Z Compiling http-body v1.0.1
25602025-02-24T21:04:31.815Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d80514a908ff653 -C extra-filename=-7282e5bae3209836 --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-5adfbd3b6ddc2daa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-02-24T21:04:31.896Z Compiling hmac v0.12.1
25622025-02-24T21:04:31.899Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=3d9601864f36f401 -C extra-filename=-ae65d1496e8d7c11 --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-eae16495eb77c4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-02-24T21:04:31.968Z Compiling base64 v0.22.1
25642025-02-24T21:04:31.970Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7b913cd9bb6279a2 -C extra-filename=-210ce714c13e89e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652025-02-24T21:04:32.083Z Compiling icu_normalizer v1.5.0
25662025-02-24T21:04:32.085Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=03fc4a2f6d7951b3 -C extra-filename=-e6fafbdb2bbe5916 --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-482965bb6f797f09.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-649619b8f0f13df0.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-b5e1bf81f4bbb98e.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-2e50e24ff3230f69.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4caf65d46c860ee5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-541702bfcb648d36.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-e04cb3990645b677.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-812ca20f2455d746.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-73a048dd6a80eefa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-02-24T21:04:32.192Z Compiling httpdate v1.0.3
25682025-02-24T21:04:32.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1a278c0f1f43544 -C extra-filename=-9174e92732ce6af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-02-24T21:04:32.643Z Compiling mirai-annotations v1.12.0
25702025-02-24T21:04:32.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mirai-annotations-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())' -C metadata=97482ed2ee4952ca -C extra-filename=-101b26e9f09f60cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-02-24T21:04:32.669Z Compiling untrusted v0.7.1
25722025-02-24T21:04:32.672Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99f4b932a8fe025d -C extra-filename=-3d1d78866ee01987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-02-24T21:04:32.861Z Compiling try-lock v0.2.5
25742025-02-24T21:04:32.865Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd048268d3784b13 -C extra-filename=-9e50b188b68cccec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-02-24T21:04:32.891Z Compiling slog v2.7.0
25762025-02-24T21:04:32.893Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7ca57fac7836b1af -C extra-filename=-b74cf98a632558da --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-02-24T21:04:33.040Z Compiling idna_adapter v1.2.0
25782025-02-24T21:04:33.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=4a850713951c2cd7 -C extra-filename=-24ac8667cb4a61dc --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-e6fafbdb2bbe5916.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-2e50e24ff3230f69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-02-24T21:04:33.071Z Compiling tokio-util v0.7.12
25802025-02-24T21:04:33.099Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=2133dd1567d20a2b -C extra-filename=-3e0d6bac581b0779 --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-5adfbd3b6ddc2daa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-02-24T21:04:33.284Z Compiling idna v1.0.3
25822025-02-24T21:04:33.286Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=54945c6dc46566f5 -C extra-filename=-d75eeacceca8b569 --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-24ac8667cb4a61dc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-e04cb3990645b677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-02-24T21:04:33.477Z Compiling want v0.3.1
25842025-02-24T21:04:33.480Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18e4303eabe77254 -C extra-filename=-ee18e409411197e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-9e50b188b68cccec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-02-24T21:04:33.791Z Compiling addr2line v0.24.2
25862025-02-24T21:04:33.794Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=7d8492e9d0402eb8 -C extra-filename=-2363a9e0ac3c7204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-ed4148cb97cb18cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-02-24T21:04:33.851Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da/build-script-build`
25882025-02-24T21:04:33.946Z Compiling url v2.5.3
25892025-02-24T21:04:33.949Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=61f3ddbbd4e2cab4 -C extra-filename=-f7180470cf2de946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-02-24T21:04:34.115Z Compiling h2 v0.4.6
25912025-02-24T21:04:34.144Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=cac2d997b881e5ed -C extra-filename=-c411555b488afee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-681c30393c48bbd3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-02-24T21:04:34.256Z Compiling tower-service v0.3.3
25932025-02-24T21:04:34.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ae7bae548bf227 -C extra-filename=-fb76a7a0ea1865e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942025-02-24T21:04:34.417Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=d23361e2b8f7dbfd -C extra-filename=-ee872fdcb5d2633b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
25952025-02-24T21:04:34.513Z Compiling openssl-sys v0.9.106
25962025-02-24T21:04:34.515Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.106/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=0f28a66690bb21fb -C extra-filename=-79cc31c0a025595a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-02-24T21:04:34.784Z Compiling pem-rfc7468 v0.7.0
25982025-02-24T21:04:34.824Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=57c7e0f716b91dde -C extra-filename=-80d877675d043747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992025-02-24T21:04:35.164Z Compiling mime v0.3.17
26002025-02-24T21:04:35.167Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80478940261495ce -C extra-filename=-9b1079e703cbc0f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-02-24T21:04:35.408Z Compiling http-body-util v0.1.2
26022025-02-24T21:04:35.412Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5101095b2c2b947e -C extra-filename=-ca723bd712a1285b --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-5adfbd3b6ddc2daa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7282e5bae3209836.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-02-24T21:04:35.671Z Compiling der_derive v0.7.3
26042025-02-24T21:04:35.674Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be72673f08b2f659 -C extra-filename=-5695a63a38650cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-02-24T21:04:35.699Z Compiling async-trait v0.1.86
26062025-02-24T21:04:35.703Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=002b485b99b48de0 -C extra-filename=-5c9b996b0faf56ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-02-24T21:04:35.723Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a/build-script-main`
26082025-02-24T21:04:35.823Z Compiling flagset v0.4.6
26092025-02-24T21:04:35.827Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=59c4bf311b2f2e64 -C extra-filename=-568e074f68fb77fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-02-24T21:04:35.919Z Compiling pbkdf2 v0.12.2
26112025-02-24T21:04:35.922Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=8787f4a3db9922b4 -C extra-filename=-e2236b15b96c0501 --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-eae16495eb77c4f8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-02-24T21:04:36.062Z Compiling backtrace v0.3.74
26132025-02-24T21:04:36.066Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=3c1d31cd3ce3898d -C extra-filename=-316a1a9c9222dd19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-2363a9e0ac3c7204.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4c4c867249a2e5f2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-de49321cac4cb885.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-36f089942792bfee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-02-24T21:04:36.126Z Compiling rustls-pemfile v2.2.0
26152025-02-24T21:04:36.140Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ffe0b2877a48be6d -C extra-filename=-e70c9909e1c30a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-02-24T21:04:36.478Z Compiling rustc_version v0.4.1
26172025-02-24T21:04:36.481Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8481dd320902200 -C extra-filename=-e786f130330793ec --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-ade9c6bb0b7b75a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182025-02-24T21:04:36.569Z Compiling aes v0.8.4
26192025-02-24T21:04:36.573Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=3be3fa9311362d59 -C extra-filename=-6fc38b3cce76e103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-02-24T21:04:37.232Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=e54001ae85b934ea -C extra-filename=-a8752f2c2234f52d --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-316a1a9c9222dd19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
26212025-02-24T21:04:38.045Z Compiling ipnet v2.10.1
26222025-02-24T21:04:38.069Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.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("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=015b48fb5f76a203 -C extra-filename=-fb5ea697685cb8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-02-24T21:04:38.164Z Compiling openssl v0.10.71
26242025-02-24T21:04:38.167Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=bd8fd88fcdea2a0f -C extra-filename=-44ea14d958012521 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-02-24T21:04:38.195Z Compiling der v0.7.9
26262025-02-24T21:04:38.198Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=f859a2554920048b -C extra-filename=-cd56d14b0b6212ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-5695a63a38650cf0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-568e074f68fb77fc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-02-24T21:04:38.320Z Compiling openssl-probe v0.1.5
26282025-02-24T21:04:38.364Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2724216ba2e61f -C extra-filename=-680b0b49a0cdfac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-02-24T21:04:38.658Z Compiling foreign-types-shared v0.1.1
26302025-02-24T21:04:38.661Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17f9a63d6da9555d -C extra-filename=-73070500ae7c1870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-02-24T21:04:38.703Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521/build-script-build`
26322025-02-24T21:04:38.746Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=af96275ecfd96a0c -C extra-filename=-f9897b555aa70ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
26332025-02-24T21:04:38.814Z Compiling foreign-types v0.3.2
26342025-02-24T21:04:38.875Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6ad1bf3e6840a7d -C extra-filename=-ea18e7c28480a4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-73070500ae7c1870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-02-24T21:04:38.880Z Compiling salsa20 v0.10.2
26362025-02-24T21:04:38.880Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9f0c8893fe8693e0 -C extra-filename=-f01c59defa42fd49 --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-394add6dc643abac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-02-24T21:04:38.938Z Compiling cbc v0.1.2
26382025-02-24T21:04:38.941Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=242ff4d5f9a37d3a -C extra-filename=-9859ead760911976 --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-394add6dc643abac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-02-24T21:04:39.103Z Compiling serde_urlencoded v0.7.1
26402025-02-24T21:04:39.151Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1af9e48f9a9f611 -C extra-filename=-6d2645218965cb6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-02-24T21:04:39.157Z Compiling futures-executor v0.3.31
26422025-02-24T21:04:39.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=686f454376bedf43 -C extra-filename=-88895b4ed9ac7a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-02-24T21:04:39.201Z Compiling openssl-macros v0.1.1
26442025-02-24T21:04:39.204Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=464df5aaa5e1722d -C extra-filename=-7686d299f7ccf2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-02-24T21:04:39.349Z Compiling encoding_rs v0.8.34
26462025-02-24T21:04:39.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=78b4df63f0593a78 -C extra-filename=-9cbd6bf8af19e966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-02-24T21:04:39.601Z Compiling rustls v0.23.19
26482025-02-24T21:04:39.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=5690bba2df2cd788 -C extra-filename=-3efb7a8133c72be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-02-24T21:04:39.661Z Compiling rustversion v1.0.17
26502025-02-24T21:04:39.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82804a4eba914510 -C extra-filename=-0291014a44b94542 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-02-24T21:04:39.956Z Compiling camino v1.1.9
26522025-02-24T21:04:39.959Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a7e4b2c4feb85f11 -C extra-filename=-0929577279adc659 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532025-02-24T21:04:39.988Z Compiling utf8parse v0.2.2
26542025-02-24T21:04:40.014Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=f58afde902c8fb89 -C extra-filename=-162b0576827b427f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552025-02-24T21:04:40.145Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=460850bdb898587a -C extra-filename=-3a7b003b2a6ddfe2 --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-29880e90f788ef89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-7686d299f7ccf2a5.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
26562025-02-24T21:04:40.174Z Compiling futures v0.3.31
26572025-02-24T21:04:40.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=f3801be1c759427e -C extra-filename=-fb5aade8bf0641e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-88895b4ed9ac7a8f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-02-24T21:04:40.306Z Compiling spki v0.7.3
26592025-02-24T21:04:40.309Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=ce6da5099209fc72 -C extra-filename=-fe84a36636d58293 --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-cd56d14b0b6212ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-02-24T21:04:40.383Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542/build-script-build`
26612025-02-24T21:04:40.512Z Compiling scrypt v0.11.0
26622025-02-24T21:04:40.528Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=3f7d935b4d75c7b7 -C extra-filename=-44985df65522c92a --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-e2236b15b96c0501.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-f01c59defa42fd49.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-02-24T21:04:40.635Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659/build-script-build`
26642025-02-24T21:04:40.693Z Compiling openapiv3 v2.0.0
26652025-02-24T21:04:40.696Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=bb1ac0ad927c5ca3 -C extra-filename=-757629be095a14ac --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-a72c39e362d2fb18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-02-24T21:04:40.730Z Compiling is-terminal v0.4.13
26672025-02-24T21:04:40.740Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=470fd2a9d58078f0 -C extra-filename=-6b6ec0a96c6abffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-02-24T21:04:40.902Z Compiling native-tls v0.2.12
26692025-02-24T21:04:40.905Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e6c470655d32ac7b -C extra-filename=-41d315d336e9b2da --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-02-24T21:04:40.988Z Compiling hyper v1.5.2
26712025-02-24T21:04:40.992Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=e13ecc4fee360bcb -C extra-filename=-ba9125f1f60f3f2a --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-5adfbd3b6ddc2daa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c411555b488afee2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7282e5bae3209836.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-ee18e409411197e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-02-24T21:04:41.185Z Compiling pkcs5 v0.7.1
26732025-02-24T21:04:41.189Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=1a88f95853d9b55e -C extra-filename=-bd5bf9aeacb55720 --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-6fc38b3cce76e103.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9859ead760911976.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cd56d14b0b6212ef.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e2236b15b96c0501.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-44985df65522c92a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-02-24T21:04:41.341Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da/build-script-build`
26752025-02-24T21:04:41.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=81806984c6fdb139 -C extra-filename=-b2bbac47fd6c6317 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
26762025-02-24T21:04:42.293Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bdaaeca5042567b -C extra-filename=-249ca607bd6d7426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
26772025-02-24T21:04:42.368Z Compiling cookie v0.18.1
26782025-02-24T21:04:42.371Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=ed3604b1cf61b0ad -C extra-filename=-8ec44a0f58b276f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-02-24T21:04:42.794Z Compiling anstyle v1.0.10
26802025-02-24T21:04:42.797Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=131b6a953ca3da28 -C extra-filename=-6d479df9ba02b817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-02-24T21:04:43.260Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6/build-script-build`
26822025-02-24T21:04:43.290Z Compiling pkcs8 v0.10.2
26832025-02-24T21:04:43.293Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=aee2559bee88f318 -C extra-filename=-6d619c472c9936f7 --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-cd56d14b0b6212ef.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-bd5bf9aeacb55720.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-02-24T21:04:43.349Z Compiling hyper-util v0.1.10
26852025-02-24T21:04:43.352Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=56144931146a8864 -C extra-filename=-fc5b85c0c4fc89f8 --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-5adfbd3b6ddc2daa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7282e5bae3209836.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-02-24T21:04:43.619Z Compiling dirs-sys-next v0.1.2
26872025-02-24T21:04:43.622Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e10b84cb053b31b5 -C extra-filename=-6531ac10314d256a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-02-24T21:04:43.948Z Compiling psl-types v2.0.11
26892025-02-24T21:04:43.952Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=597b646e90dbcee8 -C extra-filename=-02f0d7aa40ac918c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-02-24T21:04:43.979Z Compiling litrs v0.4.1
26912025-02-24T21:04:43.982Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=cece76a28f579f41 -C extra-filename=-8b35c2819a569ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-02-24T21:04:44.182Z Compiling winnow v0.6.20
26932025-02-24T21:04:44.186Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c5beefc9812f520b -C extra-filename=-ec1eb5a41784b91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-02-24T21:04:44.213Z Compiling publicsuffix v2.3.0
26952025-02-24T21:04:44.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=ef0f99aaf6b862c9 -C extra-filename=-791ea6af718cf7a9 --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-d75eeacceca8b569.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-02f0d7aa40ac918c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-02-24T21:04:44.544Z Compiling dirs-next v2.0.0
26972025-02-24T21:04:44.570Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e014e1fcfe6a6181 -C extra-filename=-de4f5acd5003ebfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-6531ac10314d256a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982025-02-24T21:04:44.603Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=50bb0b33db2732cd -C extra-filename=-9c1d64915a9307de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992025-02-24T21:04:44.736Z Compiling webpki-roots v0.26.6
27002025-02-24T21:04:44.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab4ca85829805c82 -C extra-filename=-481633e7b4bd1156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-02-24T21:04:44.774Z Compiling sync_wrapper v1.0.1
27022025-02-24T21:04:44.807Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=c019518c55528394 -C extra-filename=-c8cdca1dd6ff079a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-02-24T21:04:44.966Z Compiling ucd-trie v0.1.7
27042025-02-24T21:04:44.992Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=97a552adb9cf45e0 -C extra-filename=-52d6f09ac462973d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052025-02-24T21:04:45.013Z Compiling data-encoding v2.6.0
27062025-02-24T21:04:45.013Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ea50f7b2f5704280 -C extra-filename=-7ca48bec20e507bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-02-24T21:04:45.067Z Compiling document-features v0.2.10
27082025-02-24T21:04:45.074Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=9087b3d7714259bd -C extra-filename=-978fc82a86ac31a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-8b35c2819a569ef9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-02-24T21:04:45.510Z Compiling tower-layer v0.3.3
27102025-02-24T21:04:45.513Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69875012fc5edbd6 -C extra-filename=-f87fd1537d864542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-02-24T21:04:45.540Z Compiling pest v2.7.14
27122025-02-24T21:04:45.543Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=aa017b08d5ab10dc -C extra-filename=-6d83f2495085be1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-52d6f09ac462973d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-02-24T21:04:45.825Z Compiling tower v0.5.2
27142025-02-24T21:04:45.828Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=62794ab20ce78025 -C extra-filename=-c12a060078d8dfb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f87fd1537d864542.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-02-24T21:04:46.191Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=85119163e9dfa8c6 -C extra-filename=-87e35900bb036659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
27162025-02-24T21:04:46.290Z Compiling cookie_store v0.21.1
27172025-02-24T21:04:46.330Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=4bfbbf6cacfe2b8e -C extra-filename=-bc0bef310f160c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-978fc82a86ac31a3.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-791ea6af718cf7a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-02-24T21:04:46.631Z Compiling tokio-native-tls v0.3.1
27192025-02-24T21:04:46.635Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=d674ca777de87d56 -C extra-filename=-4a551f73464d95d2 --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-87e35900bb036659.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27202025-02-24T21:04:46.793Z Compiling term v0.7.0
27212025-02-24T21:04:46.838Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=bff47abfada975fd -C extra-filename=-11fcd0b1f8a821c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-de4f5acd5003ebfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-02-24T21:04:46.901Z Compiling hyper-tls v0.6.0
27232025-02-24T21:04:46.939Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=6691c6ca0d6cf6af -C extra-filename=-64eee2be9eb0b19d --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-5adfbd3b6ddc2daa.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-87e35900bb036659.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4a551f73464d95d2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27242025-02-24T21:04:46.942Z Compiling anstyle-parse v0.2.5
27252025-02-24T21:04:46.942Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=9ca60aa3b6f8aadc -C extra-filename=-61b91a0a7bbca4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262025-02-24T21:04:47.318Z Compiling sha1 v0.10.6
27272025-02-24T21:04:47.321Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=63a6d08fbc0a1341 -C extra-filename=-fbafde04f33b8289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-02-24T21:04:47.355Z Compiling is_terminal_polyfill v1.70.1
27292025-02-24T21:04:47.358Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=003732ae49359351 -C extra-filename=-bc2362d571eb93e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302025-02-24T21:04:47.523Z Compiling anstyle-query v1.1.1
27312025-02-24T21:04:47.526Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e56bdab2a612e94a -C extra-filename=-0bd6e0a259b46a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-02-24T21:04:47.707Z Compiling winnow v0.5.40
27332025-02-24T21:04:47.710Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=e4e9ada823c1a838 -C extra-filename=-046f5da05f90aa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-02-24T21:04:47.738Z Compiling colorchoice v1.0.2
27352025-02-24T21:04:47.742Z Compiling terminal_size v0.4.0
27362025-02-24T21:04:47.764Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e42caeb3af71bd5 -C extra-filename=-2cf7a609e61d7622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-02-24T21:04:47.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b19f6c86f7761cc0 -C extra-filename=-572b0589e4e66aae --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-ff4e5935e35c2c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-02-24T21:04:47.786Z Compiling scroll_derive v0.12.0
27392025-02-24T21:04:47.789Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50b2faa712d6c4e4 -C extra-filename=-fa5af118e22d4cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-02-24T21:04:47.886Z Compiling siphasher v0.3.11
27412025-02-24T21:04:47.928Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=511bdc199d1ef80e -C extra-filename=-f1ed5c3b2bf78f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-02-24T21:04:47.947Z Compiling anstream v0.6.15
27432025-02-24T21:04:47.950Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=96fe4ec39048540d -C extra-filename=-381d459df55d97b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-61b91a0a7bbca4b6.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-0bd6e0a259b46a61.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-2cf7a609e61d7622.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-bc2362d571eb93e3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-02-24T21:04:47.977Z Compiling clap_lex v0.7.4
27452025-02-24T21:04:47.980Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f9c7ef162845e3 -C extra-filename=-d7fb26e35f4fddfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-02-24T21:04:48.040Z Compiling toml_edit v0.22.22
27472025-02-24T21:04:48.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=07ba3632a15d5ab1 -C extra-filename=-f5c4b4973dab872e --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-a72c39e362d2fb18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fdd2b7b8ae0a9fb6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ec1eb5a41784b91d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482025-02-24T21:04:48.268Z Compiling pest_meta v2.7.14
27492025-02-24T21:04:48.297Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=9572233b8e75a199 -C extra-filename=-eb1193659b0237e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-6d83f2495085be1c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-02-24T21:04:48.414Z Compiling clap_builder v4.5.30
27512025-02-24T21:04:48.418Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a3f516ba740c7865 -C extra-filename=-3805e50040eab60e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-381d459df55d97b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-d7fb26e35f4fddfc.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-572b0589e4e66aae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-02-24T21:04:48.579Z Compiling clap_derive v4.5.28
27532025-02-24T21:04:48.583Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=de7e6212d54bedcf -C extra-filename=-d2d083d4fb0cef22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-02-24T21:04:48.617Z Compiling plain v0.2.3
27552025-02-24T21:04:48.621Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d4b3e916ecc53e4 -C extra-filename=-0d2308b3cc40463f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-02-24T21:04:48.797Z Compiling signature v2.2.0
27572025-02-24T21:04:48.801Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=3792848b5c0d1a92 -C extra-filename=-c23a05ded0834b4c --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-eae16495eb77c4f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-02-24T21:04:49.125Z Compiling usdt-impl v0.5.0
27592025-02-24T21:04:49.128Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=1b4ea451b6613fad -C extra-filename=-952b32147dec35ba --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602025-02-24T21:04:49.335Z Compiling scroll v0.12.0
27612025-02-24T21:04:49.338Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=7e4278f001128beb -C extra-filename=-47f8a5554ad7153c --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-fa5af118e22d4cf2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-02-24T21:04:49.623Z Compiling pretty-hex v0.4.1
27632025-02-24T21:04:49.626Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=a07e3907339c899f -C extra-filename=-36125ee714f84e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-02-24T21:04:49.892Z Compiling pest_generator v2.7.14
27652025-02-24T21:04:49.896Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ed5c4e8c90d80e47 -C extra-filename=-ec280008c36efe7e --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-6d83f2495085be1c.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-eb1193659b0237e4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-02-24T21:04:49.922Z Compiling goblin v0.8.2
27672025-02-24T21:04:49.925Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=7015dcbfe3e95c99 -C extra-filename=-964a9f8dfc9783ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0d2308b3cc40463f.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-47f8a5554ad7153c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-02-24T21:04:51.062Z Compiling toml_edit v0.19.15
27692025-02-24T21:04:51.087Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=34a60675d6b1c171 -C extra-filename=-14f1357c2d07b8a8 --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-a72c39e362d2fb18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fdd2b7b8ae0a9fb6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-046f5da05f90aa0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-02-24T21:04:51.702Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba/build-script-build`
27712025-02-24T21:04:51.917Z Compiling thread-id v4.2.2
27722025-02-24T21:04:51.920Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bd1bff7edfc7f86 -C extra-filename=-9d8dabae01083d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-02-24T21:04:52.077Z Compiling zerocopy v0.8.10
27742025-02-24T21:04:52.082Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=5f1b03a0599a425b -C extra-filename=-590e08b5994ab0f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-02-24T21:04:52.590Z Compiling pest_derive v2.7.14
27762025-02-24T21:04:52.593Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=529a30235fe332e3 -C extra-filename=-c4879493ad8717c5 --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-6d83f2495085be1c.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ec280008c36efe7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-02-24T21:04:53.011Z Compiling unicode-segmentation v1.12.0
27782025-02-24T21:04:53.014Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fac340c9e5673fcc -C extra-filename=-8e7d1afc7f4d9c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-02-24T21:04:53.255Z Compiling clap v4.5.30
27802025-02-24T21:04:53.280Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=42de303b6d50694b -C extra-filename=-a63021075164c52f --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-3805e50040eab60e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-d2d083d4fb0cef22.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-02-24T21:04:53.410Z Compiling tinyvec_macros v0.1.1
27822025-02-24T21:04:53.413Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f84cc7593dd1e3d2 -C extra-filename=-e36ebfe424de06d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-02-24T21:04:53.543Z Compiling tinyvec v1.8.0
27842025-02-24T21:04:53.546Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=5fd808facb52a5fd -C extra-filename=-cef905cfe4c9c4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-e36ebfe424de06d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852025-02-24T21:04:53.707Z Compiling dtrace-parser v0.2.0
27862025-02-24T21:04:53.709Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ee13e2db8e5536e -C extra-filename=-49e0abd8092ab745 --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-6d83f2495085be1c.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-c4879493ad8717c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-02-24T21:04:53.912Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0/build-script-build`
27882025-02-24T21:04:54.006Z Compiling zerocopy-derive v0.8.10
27892025-02-24T21:04:54.072Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8d69d48f9bcc74c -C extra-filename=-e4eb0c479377c4ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-02-24T21:04:55.080Z Compiling crossbeam-channel v0.5.13
27912025-02-24T21:04:55.083Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b3cfcbbffb6e8dbf -C extra-filename=-f1f379659423d538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-02-24T21:04:55.111Z Compiling thread_local v1.1.8
27932025-02-24T21:04:55.144Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=39048c634ebb69f7 -C extra-filename=-838e806bd05dc859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-02-24T21:04:55.489Z Compiling crc32fast v1.4.2
27952025-02-24T21:04:55.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=cb7bb859dd13f864 -C extra-filename=-918de2abdeed200d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-02-24T21:04:55.593Z Compiling base16ct v0.2.0
27972025-02-24T21:04:55.596Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=22cc61ac551983e2 -C extra-filename=-59f735bafba8b59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-02-24T21:04:55.855Z Compiling dof v0.3.0
27992025-02-24T21:04:55.857Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2accd8d27e239c42 -C extra-filename=-21a18968d3433001 --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-964a9f8dfc9783ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fe2051b78116dbca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002025-02-24T21:04:55.952Z Compiling slog-async v2.8.0
28012025-02-24T21:04:55.983Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0038803235c3ba18 -C extra-filename=-5cfd8b663038d650 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-02-24T21:04:56.059Z Compiling sec1 v0.7.3
28032025-02-24T21:04:56.062Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=4319376a10b8de3f -C extra-filename=-15ad11c447c6faf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cd56d14b0b6212ef.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-02-24T21:04:56.093Z Compiling toml v0.8.19
28052025-02-24T21:04:56.096Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="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=1b6649403042135f -C extra-filename=-793c427ab8bcb076 --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-4631825e58b7dc2a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fdd2b7b8ae0a9fb6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-02-24T21:04:56.566Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650/build-script-build`
28072025-02-24T21:04:56.626Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ea637a44dbf58090 -C extra-filename=-66f31008ceb3f4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-21a18968d3433001.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-49e0abd8092ab745.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9d8dabae01083d12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28082025-02-24T21:04:56.656Z Compiling num-integer v0.1.46
28092025-02-24T21:04:56.659Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8132e0eb368609dc -C extra-filename=-f561a54ff4591bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-02-24T21:04:56.876Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3a8788cf67b8e0f2 -C extra-filename=-9da3f8ca1c61b29a --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-e4eb0c479377c4ea.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
28112025-02-24T21:04:57.473Z Compiling ff v0.13.0
28122025-02-24T21:04:57.495Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=8c3be2a58a6ed757 -C extra-filename=-e4037fba4f9cf438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132025-02-24T21:04:57.601Z Compiling take_mut v0.2.2
28142025-02-24T21:04:57.606Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=770df01f5065a7e8 -C extra-filename=-e3aab5422649157b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-02-24T21:04:57.679Z Compiling heck v0.4.1
28162025-02-24T21:04:57.682Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=d9f45ab85c801378 -C extra-filename=-c0fa63f21cdf542c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-02-24T21:04:57.733Z Compiling group v0.13.0
28182025-02-24T21:04:57.737Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=8a71e32ecc8a79b1 -C extra-filename=-e4ca59aa4e322fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-02-24T21:04:57.801Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=aa0e451d156ace9a -C extra-filename=-8f5f7dbf6ded826f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f1f379659423d538.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-e3aab5422649157b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
28202025-02-24T21:04:57.992Z Compiling slog-term v2.9.1
28212025-02-24T21:04:58.007Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=1f08fadad0c2849e -C extra-filename=-96c0ab0f17813e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-02-24T21:04:58.029Z Compiling hkdf v0.12.4
28232025-02-24T21:04:58.031Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=33b0894e609546e0 -C extra-filename=-fd1a2423370a8319 --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-ae65d1496e8d7c11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-02-24T21:04:58.092Z Compiling crypto-bigint v0.5.5
28252025-02-24T21:04:58.118Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=4425a83fe4f484c6 -C extra-filename=-486e09adf31e04c5 --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-a5ed356cb43ac0cf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-02-24T21:04:58.123Z Compiling crossbeam-epoch v0.9.18
28272025-02-24T21:04:58.125Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=13ac1abb60326e68 -C extra-filename=-dbaf4c3b25d02f52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-02-24T21:04:58.318Z Compiling memmap v0.7.0
28292025-02-24T21:04:58.379Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24a506ccd1f34162 -C extra-filename=-50e8830d89539ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-02-24T21:04:58.665Z Compiling bitflags v1.3.2
28312025-02-24T21:04:58.668Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=2708f1141aee865a -C extra-filename=-17fa9da22ed739fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-02-24T21:04:58.799Z Compiling static_assertions v1.1.0
28332025-02-24T21:04:58.802Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6286af95b8ef9fc9 -C extra-filename=-18a3ba359ca53dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-02-24T21:04:58.828Z Compiling utf-8 v0.7.6
28352025-02-24T21:04:58.831Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33b03abd169888d4 -C extra-filename=-ebca4d8c265e3ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-02-24T21:04:58.866Z Compiling match_cfg v0.1.0
28372025-02-24T21:04:58.869Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=798b0df1fda3a51b -C extra-filename=-675062cef8160ec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-02-24T21:04:58.929Z Compiling rayon-core v1.12.1
28392025-02-24T21:04:58.932Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=a4673f2c8342d54d -C extra-filename=-a20779f9a316300b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-02-24T21:04:58.984Z Compiling hostname v0.3.1
28412025-02-24T21:04:58.988Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9872e33507a1b9ee -C extra-filename=-f7e9fccf5ac98916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-675062cef8160ec7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-02-24T21:04:59.012Z Compiling usdt-macro v0.5.0
28432025-02-24T21:04:59.016Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=32cab7c6f932cb15 -C extra-filename=-3741b1d879aa4505 --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-49e0abd8092ab745.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-02-24T21:04:59.117Z Compiling usdt-attr-macro v0.5.0
28452025-02-24T21:04:59.122Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=1440672e82f12b6f -C extra-filename=-edff8d5e1f9856b0 --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-49e0abd8092ab745.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-02-24T21:04:59.188Z Compiling hex v0.4.3
28472025-02-24T21:04:59.188Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=e36605d8777abb78 -C extra-filename=-cd73abbaa879b2ce --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-02-24T21:04:59.218Z Compiling itertools v0.10.5
28492025-02-24T21:04:59.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=79bc17e679012f67 -C extra-filename=-18985f1e64cc7281 --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-02-24T21:04:59.334Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b/build-script-build`
28512025-02-24T21:04:59.379Z Compiling unicode-width v0.2.0
28522025-02-24T21:04:59.381Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=c64fddbfd8378eaf -C extra-filename=-515a815f7ad69d61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-02-24T21:04:59.807Z Compiling bit-vec v0.6.3
28542025-02-24T21:04:59.810Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=5e432c509d4ad411 -C extra-filename=-9085f943568be129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-02-24T21:04:59.936Z Compiling crossbeam-deque v0.8.5
28562025-02-24T21:04:59.992Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=198aadf66b041a82 -C extra-filename=-61dc3ab943917d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-02-24T21:04:59.996Z Compiling num-iter v0.1.45
28582025-02-24T21:04:59.999Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=5ae6d3ce74fc3abc -C extra-filename=-d34edb7beefa1477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-02-24T21:05:00.216Z Compiling bit-set v0.5.3
28602025-02-24T21:05:00.219Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f61b4d6f780c73b8 -C extra-filename=-6604f7429f9585a6 --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-9085f943568be129.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-02-24T21:05:00.245Z Compiling flate2 v1.0.35
28622025-02-24T21:05:00.292Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=0c2fabf2f3fa8f57 -C extra-filename=-223daeee9c4ff989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4c4c867249a2e5f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-02-24T21:05:00.325Z Compiling curve25519-dalek v4.1.3
28642025-02-24T21:05:00.328Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=11f31b302df9afc3 -C extra-filename=-fe97dd06700ad381 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-fe97dd06700ad381 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e786f130330793ec.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-02-24T21:05:00.521Z Compiling hubpack_derive v0.1.1
28662025-02-24T21:05:00.526Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98ef7ff9817f6ca4 -C extra-filename=-553da2d0475a939c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-02-24T21:05:00.693Z Compiling num-bigint-dig v0.8.4
28682025-02-24T21:05:00.722Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=d1cb74fb7a5d4b40 -C extra-filename=-af58622d66ae8a9e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-02-24T21:05:00.993Z Compiling usdt v0.5.0
28702025-02-24T21:05:00.996Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=c3209b9130957c76 -C extra-filename=-01e2f9a316d41106 --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-21a18968d3433001.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-49e0abd8092ab745.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-964a9f8dfc9783ac.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-50e8830d89539ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-edff8d5e1f9856b0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-3741b1d879aa4505.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-02-24T21:05:01.102Z Compiling elliptic-curve v0.13.8
28722025-02-24T21:05:01.129Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=467169bc0eac3b3b -C extra-filename=-602e8692883f9ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-486e09adf31e04c5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-15ad11c447c6faf0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-02-24T21:05:01.133Z Compiling rustls v0.22.4
28742025-02-24T21:05:01.155Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=5e44371e1db2e507 -C extra-filename=-62069158c13c5e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-02-24T21:05:01.206Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-fe97dd06700ad381/build-script-build`
28762025-02-24T21:05:01.288Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e/build-script-build`
28772025-02-24T21:05:01.332Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c1d3652c7e230de4 -C extra-filename=-e4dbe4f81cf74a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-61dc3ab943917d67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-02-24T21:05:01.480Z Compiling toml v0.7.8
28792025-02-24T21:05:01.483Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=f64ca774a1b245d3 -C extra-filename=-0e7234ca5dac649a --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-4631825e58b7dc2a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fdd2b7b8ae0a9fb6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-14f1357c2d07b8a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-02-24T21:05:01.510Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56/build-script-build`
28812025-02-24T21:05:01.549Z Compiling hubpack v0.1.2
28822025-02-24T21:05:01.551Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe343a5fe2195ca9 -C extra-filename=-58824ffd77207aba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-553da2d0475a939c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-02-24T21:05:01.551Z Compiling phf_shared v0.11.2
28842025-02-24T21:05:01.576Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=58c8c5c5afd34f7d -C extra-filename=-fcdecfe0c3f0f8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-f1ed5c3b2bf78f25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-02-24T21:05:01.744Z Compiling slog-json v2.6.1
28862025-02-24T21:05:01.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=4f47a6bb5b6a16bc -C extra-filename=-120e896d53937314 --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-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-02-24T21:05:01.989Z Compiling rfc6979 v0.4.0
28882025-02-24T21:05:02.007Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=946242539308f292 -C extra-filename=-8a375074a88ac687 --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-ae65d1496e8d7c11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-02-24T21:05:02.017Z Compiling curve25519-dalek-derive v0.1.1
28902025-02-24T21:05:02.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e2e91bb58957cc3 -C extra-filename=-1eb1a6c2795ab0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-02-24T21:05:02.046Z Compiling zerocopy-derive v0.6.6
28922025-02-24T21:05:02.049Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb9e3fb8f4a32e98 -C extra-filename=-143d134cb1dda75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-02-24T21:05:02.127Z Compiling bstr v1.10.0
28942025-02-24T21:05:02.133Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=7069e00948be99d6 -C extra-filename=-6fc6ced58725ccf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-02-24T21:05:02.208Z Compiling signal-hook v0.3.17
28962025-02-24T21:05:02.212Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=2dbb859822c0b3bc -C extra-filename=-d7d9af457c09f9b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-02-24T21:05:02.611Z Compiling getrandom v0.3.1
28982025-02-24T21:05:02.615Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=fbc92edba820b007 -C extra-filename=-055b0f787f48c897 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-02-24T21:05:02.878Z Compiling managed v0.8.0
29002025-02-24T21:05:02.881Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=eec3d066057fc47f -C extra-filename=-b343cf89d314a7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-02-24T21:05:03.014Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3/build-script-build`
29022025-02-24T21:05:03.057Z Compiling ecdsa v0.16.9
29032025-02-24T21:05:03.061Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=01a60ee48654e567 -C extra-filename=-f3df08accdb09450 --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-cd56d14b0b6212ef.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-8a375074a88ac687.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c23a05ded0834b4c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-02-24T21:05:03.337Z Compiling slog-bunyan v2.5.0
29052025-02-24T21:05:03.340Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=ac1091b231831ab2 -C extra-filename=-f46d49f7ed8e3a31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f7e9fccf5ac98916.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-120e896d53937314.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-02-24T21:05:03.423Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897/build-script-build`
29072025-02-24T21:05:03.468Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=3902b22e99209875 -C extra-filename=-2e8ab695e098de34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-3c8d79c001b1d446.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
29082025-02-24T21:05:03.583Z Compiling phf_shared v0.10.0
29092025-02-24T21:05:03.588Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=ed6af3a7d0169f99 -C extra-filename=-da3a3c1d255f4011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-f1ed5c3b2bf78f25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-02-24T21:05:03.663Z Compiling pkcs1 v0.7.5
29112025-02-24T21:05:03.663Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=8b92905ca53fc33f -C extra-filename=-21d3daa525daffd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-1eb1a6c2795ab0b1.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
29122025-02-24T21:05:03.666Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=7285671890e644d5 -C extra-filename=-8cd4c7bc240ba761 --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-cd56d14b0b6212ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-02-24T21:05:03.904Z Compiling bzip2-sys v0.1.11+1.0.8
29142025-02-24T21:05:03.907Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=cf5d105f7cb61a0c -C extra-filename=-d0dba1012a4d5704 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-02-24T21:05:03.959Z Compiling memoffset v0.9.1
29162025-02-24T21:05:03.962Z Compiling multer v3.1.0
29172025-02-24T21:05:03.962Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=ea8157ab718cf4a6 -C extra-filename=-34432ec3cf5ea2a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-02-24T21:05:03.962Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a0d66c5a48fa0460 -C extra-filename=-3667ced729728f65 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-02-24T21:05:04.170Z Compiling zerocopy v0.6.6
29202025-02-24T21:05:04.175Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=5637b73eab3697bb -C extra-filename=-5aafabe5855e0eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-143d134cb1dda75b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-02-24T21:05:04.399Z Compiling new_debug_unreachable v1.0.6
29222025-02-24T21:05:04.404Z Compiling fixedbitset v0.4.2
29232025-02-24T21:05:04.404Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e5e88b51056a44d -C extra-filename=-d4aaab6b41c36cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-02-24T21:05:04.404Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bdb1ad64fc38bc2d -C extra-filename=-c81bcfccbaf6127b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-02-24T21:05:04.519Z Compiling unicode-xid v0.2.6
29262025-02-24T21:05:04.522Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=ef8289861596b918 -C extra-filename=-40b7ef4a12bb2f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-02-24T21:05:04.551Z Compiling precomputed-hash v0.1.1
29282025-02-24T21:05:04.551Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f0b48b4b3912012 -C extra-filename=-4971d52e6e27b887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-02-24T21:05:04.607Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704/build-script-build`
29302025-02-24T21:05:04.706Z Compiling string_cache v0.8.7
29312025-02-24T21:05:04.709Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=972aef23eb4153cc -C extra-filename=-dcc9899e38525e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-d4aaab6b41c36cef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-da3a3c1d255f4011.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-4971d52e6e27b887.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-02-24T21:05:04.739Z Compiling petgraph v0.6.5
29332025-02-24T21:05:04.780Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=6db824c6a678a6f3 -C extra-filename=-b2f9d12843112ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-c81bcfccbaf6127b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-02-24T21:05:04.864Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8/build-script-build`
29352025-02-24T21:05:04.875Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65/build-script-build`
29362025-02-24T21:05:04.968Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=91d84ea2f6cc0a80 -C extra-filename=-fd074e5e26c6f3e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372025-02-24T21:05:05.002Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=422329338e439633 -C extra-filename=-980077daba3b764e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-02-24T21:05:05.124Z Compiling unicode-normalization v0.1.24
29392025-02-24T21:05:05.128Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=875ff7197bad978f -C extra-filename=-5c4775a21d28b414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cef905cfe4c9c4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-02-24T21:05:05.405Z Compiling ed25519 v2.2.3
29412025-02-24T21:05:05.408Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=d6f06d3952a8d12b -C extra-filename=-35c61f015f8d7537 --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-6d619c472c9936f7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c23a05ded0834b4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-02-24T21:05:05.830Z Compiling async-stream-impl v0.3.6
29432025-02-24T21:05:05.847Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae395e237791d393 -C extra-filename=-e7df0d82032fe63a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-02-24T21:05:06.103Z Compiling rsa v0.9.6
29452025-02-24T21:05:06.108Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=766d0fb07ceb24cf -C extra-filename=-a081115edee982bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e8ab695e098de34.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-8cd4c7bc240ba761.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c23a05ded0834b4c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-02-24T21:05:06.233Z Compiling enum-as-inner v0.6.1
29472025-02-24T21:05:06.237Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b44517991a2a9574 -C extra-filename=-dacd35bad405f9aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-02-24T21:05:07.253Z Compiling debug-ignore v1.0.5
29492025-02-24T21:05:07.253Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ad60a1233f64a2f0 -C extra-filename=-131d489c128a9185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-02-24T21:05:07.304Z Compiling quick-error v1.2.3
29512025-02-24T21:05:07.308Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4407a2ee45af1e1b -C extra-filename=-727f07b01d6739d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-02-24T21:05:07.428Z Compiling async-stream v0.3.6
29532025-02-24T21:05:07.455Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fa7107e9a3a4c5e -C extra-filename=-8a65d090e0c227de --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-e7df0d82032fe63a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-02-24T21:05:07.490Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=4af3b50e4f9e7c36 -C extra-filename=-c1c3ce989cbc3148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -l static=bz2`
29552025-02-24T21:05:07.521Z Compiling hickory-proto v0.24.3
29562025-02-24T21:05:07.563Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=66c63b571cb0d15a -C extra-filename=-63c475da8c7e154b --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-5c9b996b0faf56ee.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-dacd35bad405f9aa.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cef905cfe4c9c4d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-02-24T21:05:07.664Z Compiling ed25519-dalek v2.1.1
29582025-02-24T21:05:07.667Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=74cf23275d4e1b42 -C extra-filename=-e4b3fd5ed9ed2150 --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-21d3daa525daffd2.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-35c61f015f8d7537.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c23a05ded0834b4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-02-24T21:05:07.745Z Compiling rand_core v0.9.2
29602025-02-24T21:05:07.780Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=38aadef673cd240d -C extra-filename=-931d1a6a92cf8bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-02-24T21:05:08.205Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=72641df26943166d -C extra-filename=-14161e92cc3c7739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
29622025-02-24T21:05:08.358Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5e8c41f7917fed71 -C extra-filename=-18a77ab1b5b7370c --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-5adfbd3b6ddc2daa.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-9cbd6bf8af19e966.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-02-24T21:05:08.388Z Compiling x509-cert v0.2.5
29642025-02-24T21:05:08.408Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=12588b971c251ef6 -C extra-filename=-01f583fe4ce0cb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cd56d14b0b6212ef.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-02-24T21:05:08.950Z Compiling heapless v0.7.17
29662025-02-24T21:05:08.954Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=b35a20fc19945efe -C extra-filename=-ad6d453836cba215 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-ad6d453836cba215 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e786f130330793ec.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-02-24T21:05:09.352Z Compiling serde_path_to_error v0.1.16
29682025-02-24T21:05:09.355Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9100b2e9a8561ed -C extra-filename=-d0efccf69272432f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-02-24T21:05:09.484Z Compiling waitgroup v0.1.2
29702025-02-24T21:05:09.487Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94f4f6a4cacf03d8 -C extra-filename=-7c16aac9203f6a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-681c30393c48bbd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-02-24T21:05:09.737Z Compiling hostname v0.4.0
29722025-02-24T21:05:09.739Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=6a28541cd79ee46f -C extra-filename=-5dc769abc3499bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-02-24T21:05:09.988Z Compiling dropshot v0.12.0
29742025-02-24T21:05:09.993Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=456dc844453d7dbc -C extra-filename=-c9d596f313e46572 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-02-24T21:05:10.122Z Compiling cfg_aliases v0.2.1
29762025-02-24T21:05:10.126Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ac7fa1523187235 -C extra-filename=-004329db6b17bdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-02-24T21:05:10.250Z Compiling newtype-uuid v1.2.1
29782025-02-24T21:05:10.261Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=248a2d832175a3f7 -C extra-filename=-438067a80c3870ad --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-02-24T21:05:10.404Z Compiling lalrpop-util v0.19.12
29802025-02-24T21:05:10.408Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=0a520d7769f29e75 -C extra-filename=-50dd50cfa0a266f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-02-24T21:05:10.659Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad/build-script-build`
29822025-02-24T21:05:10.702Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572/build-script-build`
29832025-02-24T21:05:10.788Z Compiling nix v0.29.0
29842025-02-24T21:05:10.792Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6c5c25eb1bdf6e49 -C extra-filename=-3dffa5472c76732a --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-004329db6b17bdcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852025-02-24T21:05:10.812Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-ad6d453836cba215/build-script-build`
29862025-02-24T21:05:10.903Z Compiling rand_chacha v0.9.0
29872025-02-24T21:05:10.906Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=067cf9f1791f087b -C extra-filename=-7268255f8354691f --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-37bda53fd7eac2d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-931d1a6a92cf8bed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-02-24T21:05:11.310Z Compiling bzip2 v0.4.4
29892025-02-24T21:05:11.312Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=ae55c44475940ba3 -C extra-filename=-8d3ae5aafe71b022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-c1c3ce989cbc3148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
29902025-02-24T21:05:11.714Z Compiling signal-hook-mio v0.2.4
29912025-02-24T21:05:11.718Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=dd41ee2cab43873e -C extra-filename=-43d024be34422106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-02-24T21:05:11.744Z Compiling console v0.15.10
29932025-02-24T21:05:11.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=7c995fb03f30f1bf -C extra-filename=-a9acdc605ab40d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-02-24T21:05:11.948Z Compiling dropshot_endpoint v0.12.0
29952025-02-24T21:05:11.951Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=129cdc676f761b24 -C extra-filename=-5dc19d7223e5b428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-02-24T21:05:12.673Z Compiling hash32 v0.2.1
29972025-02-24T21:05:12.676Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=980b497294c65ecf -C extra-filename=-3a713cdee78276f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982025-02-24T21:05:13.020Z Compiling unicode-properties v0.1.3
29992025-02-24T21:05:13.023Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=a38f8d6aa00400a0 -C extra-filename=-3e380aaa9f6a0830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-02-24T21:05:13.068Z Compiling predicates-core v1.0.8
30012025-02-24T21:05:13.070Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a543af35e729814 -C extra-filename=-4f14a9053a1aa129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-02-24T21:05:13.106Z Compiling portable-atomic v1.9.0
30032025-02-24T21:05:13.121Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=5f7c535d3d111697 -C extra-filename=-f16794ac5c35dfb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-02-24T21:05:13.423Z Compiling linked-hash-map v0.5.6
30052025-02-24T21:05:13.426Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=dbbeb45a2401ce0c -C extra-filename=-4c7dd29b47dc465b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-02-24T21:05:13.476Z Compiling unicode-bidi v0.3.17
30072025-02-24T21:05:13.480Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=f3b425c472b5b80f -C extra-filename=-f82ffa75001358b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-02-24T21:05:13.782Z Compiling smoltcp v0.9.1
30092025-02-24T21:05:13.785Z Compiling lru-cache v0.1.2
30102025-02-24T21:05:13.785Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=df7575c9d8fd7cba -C extra-filename=-bafce01a245bdf53 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-02-24T21:05:13.785Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=f32f14b3ae097a9c -C extra-filename=-cad9f59ca151c452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-4c7dd29b47dc465b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122025-02-24T21:05:14.003Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=aec9db3c7d6f3012 -C extra-filename=-6d41359fd1ab1f24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-3a713cdee78276f1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30132025-02-24T21:05:14.119Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5/build-script-build`
30142025-02-24T21:05:14.215Z Compiling stringprep v0.1.5
30152025-02-24T21:05:14.229Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1160831af31ba9b5 -C extra-filename=-e15a46c0bfb0d73a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-f82ffa75001358b5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5c4775a21d28b414.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-3e380aaa9f6a0830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-02-24T21:05:14.613Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53/build-script-build`
30172025-02-24T21:05:14.617Z Compiling crossterm v0.28.1
30182025-02-24T21:05:14.622Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=f4c35fccdc7fc82c -C extra-filename=-5e3a2804e26a5e0a --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-29880e90f788ef89.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-43d024be34422106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-02-24T21:05:14.658Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a/build-script-build`
30202025-02-24T21:05:14.702Z Compiling rand v0.9.0
30212025-02-24T21:05:14.736Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d8099802cd3e3f46 -C extra-filename=-f7fd37050bf44d31 --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-7268255f8354691f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-931d1a6a92cf8bed.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222025-02-24T21:05:15.104Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=5dfae2ee1bf4c43b -C extra-filename=-0f65f7857976e1da --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-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
30232025-02-24T21:05:15.244Z Compiling similar v2.6.0
30242025-02-24T21:05:15.289Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=f992cce4ae402179 -C extra-filename=-a0cac73febcb3404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252025-02-24T21:05:15.415Z Compiling rayon v1.10.0
30262025-02-24T21:05:15.440Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8729b0b2a6f6e8de -C extra-filename=-454b7d2f2a06ca50 --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-f022353c3733c3cf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e4dbe4f81cf74a8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272025-02-24T21:05:16.201Z Compiling tokio-stream v0.1.16
30282025-02-24T21:05:16.215Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=55f5aca3952ac0d3 -C extra-filename=-a5cdf5767e090f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-02-24T21:05:16.420Z Compiling md-5 v0.10.6
30302025-02-24T21:05:16.423Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=85f1dd9dede25f75 -C extra-filename=-0dc2846ac966fded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-02-24T21:05:16.452Z Compiling itertools v0.14.0
30322025-02-24T21:05:16.475Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c61a6aee7609c2d7 -C extra-filename=-0e80801ff897a8ad --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332025-02-24T21:05:16.743Z Compiling float-cmp v0.10.0
30342025-02-24T21:05:16.824Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=f454f65604912d9b -C extra-filename=-2d8275bf2035f905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-02-24T21:05:17.055Z Compiling fs-err v2.11.0
30362025-02-24T21:05:17.077Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=5af39bbbaf76fd32 -C extra-filename=-21269de87b467c8f --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-02-24T21:05:17.205Z Compiling normalize-line-endings v0.3.0
30382025-02-24T21:05:17.211Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df163003b62a429e -C extra-filename=-c649c2b9114eecce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-02-24T21:05:17.227Z Compiling fallible-iterator v0.2.0
30402025-02-24T21:05:17.232Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=76a2a250ab7ead6b -C extra-filename=-d22eb698fb33527e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-02-24T21:05:17.319Z Compiling difflib v0.4.0
30422025-02-24T21:05:17.322Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7c2bdb104393263 -C extra-filename=-b42e165d7c4e0526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-02-24T21:05:17.390Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=faea0f907039361c -C extra-filename=-3a404ef451d13305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6d41359fd1ab1f24.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-02-24T21:05:17.503Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f/build-script-build`
30452025-02-24T21:05:17.652Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3fbe4434f6d26936 -C extra-filename=-8a1264c61a24482c --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-29880e90f788ef89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-14161e92cc3c7739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
30462025-02-24T21:05:17.843Z Compiling postgres-protocol v0.6.8
30472025-02-24T21:05:17.847Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=225b0f30e237733a -C extra-filename=-81740addb9ed6f87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-0dc2846ac966fded.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f7fd37050bf44d31.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e15a46c0bfb0d73a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482025-02-24T21:05:17.889Z Compiling predicates v3.1.3
30492025-02-24T21:05:17.893Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=f7d972315ff7e88b -C extra-filename=-945326b3717735d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b42e165d7c4e0526.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2d8275bf2035f905.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c649c2b9114eecce.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-02-24T21:05:19.122Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=4a04ef6aee0f3a94 -C extra-filename=-0561a114cfef84b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
30512025-02-24T21:05:19.124Z Compiling zip v0.6.6
30522025-02-24T21:05:19.125Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=fbcc9708afc7ca80 -C extra-filename=-63cc6ce3fac197ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8d3ae5aafe71b022.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
30532025-02-24T21:05:19.313Z Compiling resolv-conf v0.7.0
30542025-02-24T21:05:19.338Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=6a3d51a7ad3408e0 -C extra-filename=-1baf596d7bfc3998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f7e9fccf5ac98916.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-727f07b01d6739d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-02-24T21:05:19.382Z Compiling phf v0.11.2
30562025-02-24T21:05:19.384Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=7fc1315234c39a2c -C extra-filename=-1da4d86323d7bd72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-02-24T21:05:19.434Z Compiling tungstenite v0.24.0
30582025-02-24T21:05:19.462Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=0f9315783cddff5f -C extra-filename=-04935321a500381f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-02-24T21:05:19.605Z Compiling strum_macros v0.25.3
30602025-02-24T21:05:19.628Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49235c9f6f10c035 -C extra-filename=-a5cd27f8bc83f8de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c0fa63f21cdf542c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-02-24T21:05:19.707Z Compiling serde-big-array v0.5.1
30622025-02-24T21:05:19.710Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5df5afaa109e7f3c -C extra-filename=-4cbf5df51aac77e1 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-02-24T21:05:19.738Z Compiling serde_repr v0.1.19
30642025-02-24T21:05:19.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cee605923e51fce -C extra-filename=-7bb41f730c56df25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-02-24T21:05:19.948Z Compiling peg-runtime v0.8.3
30662025-02-24T21:05:19.953Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=dd3b40829b0c738b -C extra-filename=-3b7d05325ea00dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-02-24T21:05:19.986Z Compiling number_prefix v0.4.0
30682025-02-24T21:05:19.989Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f7f74331172e6415 -C extra-filename=-87d3f2724c6b288f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-02-24T21:05:20.041Z Compiling hickory-resolver v0.24.3
30702025-02-24T21:05:20.081Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.3/src/lib.rs --error-format=json --json=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=cf8ae9c3add2d8b1 -C extra-filename=-2632a7aa790be04c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-1baf596d7bfc3998.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-02-24T21:05:20.252Z Compiling indicatif v0.17.11
30722025-02-24T21:05:20.256Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=2a1c9057b3ee8606 -C extra-filename=-e4cba29e6618f59c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-87d3f2724c6b288f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0561a114cfef84b2.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-02-24T21:05:20.350Z Compiling postgres-types v0.2.8
30742025-02-24T21:05:20.352Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.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="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", "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-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=6827b390c9e0db47 -C extra-filename=-bf562a6d410b30f1 --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-5adfbd3b6ddc2daa.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-81740addb9ed6f87.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752025-02-24T21:05:20.550Z Compiling tokio-tungstenite v0.24.0
30762025-02-24T21:05:20.555Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=79b82fc697607e96 -C extra-filename=-ccc51c1f19963186 --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-697a23ccce5da83d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-04935321a500381f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-02-24T21:05:21.048Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=08a8626e8feb27dd -C extra-filename=-79449e3be9d1d96b --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-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
30782025-02-24T21:05:21.089Z Compiling derive-where v1.2.7
30792025-02-24T21:05:21.092Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=0618302301872b86 -C extra-filename=-64e6da78a1d16ef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802025-02-24T21:05:21.368Z Compiling whoami v1.5.2
30812025-02-24T21:05:21.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=1ed962634790ad36 -C extra-filename=-e83632967c5c0152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-02-24T21:05:21.640Z Compiling hashbrown v0.14.5
30832025-02-24T21:05:21.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f986474bae1e916d -C extra-filename=-8b91e1d2de91bee2 --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-fd4409d3474136f7.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-199f53930120fca2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-02-24T21:05:21.866Z Compiling tokio-postgres v0.7.12
30852025-02-24T21:05:21.869Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.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="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-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=ad066b76cacbec13 -C extra-filename=-3e930604daa105f9 --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-5c9b996b0faf56ee.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-81740addb9ed6f87.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-bf562a6d410b30f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-02-24T21:05:21.954Z Compiling thiserror v2.0.11
30872025-02-24T21:05:21.956Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c504670a8b32dc5d -C extra-filename=-b954e8c272abdc9c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-02-24T21:05:22.249Z Compiling thiserror-impl v2.0.11
30892025-02-24T21:05:22.252Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae278c44bc54dbb4 -C extra-filename=-03e15eff8e4cd0ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-02-24T21:05:22.743Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c/build-script-build`
30912025-02-24T21:05:22.870Z Compiling regress v0.10.1
30922025-02-24T21:05:22.874Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=97182c6417c311cd -C extra-filename=-c8bbb3328c2200ba --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-8b91e1d2de91bee2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-02-24T21:05:23.174Z Compiling ident_case v1.0.1
30942025-02-24T21:05:23.176Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db59c5a7237290ff -C extra-filename=-f9fc28071c8a4f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-02-24T21:05:23.400Z Compiling darling_core v0.20.10
30962025-02-24T21:05:23.403Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=e8b99754cc08626f -C extra-filename=-cafb0cbf7752a55c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f9fc28071c8a4f49.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-02-24T21:05:23.431Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30982025-02-24T21:05:23.436Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=90bca1438166eb39 -C extra-filename=-f0d54aa5b1deb7d9 --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-29880e90f788ef89.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-58824ffd77207aba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cbf5df51aac77e1.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-7bb41f730c56df25.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3a404ef451d13305.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a5cd27f8bc83f8de.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aafabe5855e0eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-02-24T21:05:24.430Z Compiling unsafe-libyaml v0.2.11
31002025-02-24T21:05:24.433Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf9a82929248d388 -C extra-filename=-11f3f9daa5322c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-02-24T21:05:25.569Z Compiling fastrand v2.1.1
31022025-02-24T21:05:25.574Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=a8d67f134a52fb42 -C extra-filename=-565ca7897df9391c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-02-24T21:05:25.649Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=28bf3dbfa6c163ae -C extra-filename=-67c3175ba0af28af --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-03e15eff8e4cd0ae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
31042025-02-24T21:05:25.854Z Compiling serde_yaml v0.9.34+deprecated
31052025-02-24T21:05:25.859Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94982e452572da61 -C extra-filename=-032030bd66473ddc --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-a72c39e362d2fb18.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-11f3f9daa5322c57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062025-02-24T21:05:26.082Z Compiling ipnetwork v0.21.1
31072025-02-24T21:05:26.088Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=0d6922cc2ced5316 -C extra-filename=-281946d4de375671 --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-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-02-24T21:05:26.291Z Compiling tempfile v3.13.0
31092025-02-24T21:05:26.305Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8606af24a5052ab9 -C extra-filename=-d3dd4c2acbdac2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102025-02-24T21:05:26.938Z Compiling typify-impl v0.2.0
31112025-02-24T21:05:26.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd17b42810ebf45c -C extra-filename=-de44b2b33278d26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c8bbb3328c2200ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122025-02-24T21:05:27.088Z Compiling oxnet v0.1.0
31132025-02-24T21:05:27.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=f9db8f9d2b931af7 -C extra-filename=-ae57fe945b3cd13c --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-281946d4de375671.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-02-24T21:05:27.526Z Compiling strum_macros v0.26.4
31152025-02-24T21:05:27.528Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a20085b31391a112 -C extra-filename=-335ae3be460ad9be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162025-02-24T21:05:27.556Z Compiling macaddr v1.0.1
31172025-02-24T21:05:27.558Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=fece188fa72a3279 -C extra-filename=-26d1eee5b4363c9e --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-02-24T21:05:27.815Z Compiling structmeta-derive v0.3.0
31192025-02-24T21:05:27.855Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b62b10654722b19 -C extra-filename=-67d2906d47a1e486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-02-24T21:05:28.040Z Compiling daft-derive v0.1.1
31212025-02-24T21:05:28.044Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=388e22c5f3229a6c -C extra-filename=-e5d25c8a971b081e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-02-24T21:05:29.387Z Compiling darling_macro v0.20.10
31232025-02-24T21:05:29.390Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09cc8dc3a48694b1 -C extra-filename=-53cbdc80afe68980 --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-cafb0cbf7752a55c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-02-24T21:05:29.420Z Compiling instant v0.1.13
31252025-02-24T21:05:29.422Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=ee7819e0691fcfc5 -C extra-filename=-3e93ac753f724629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-02-24T21:05:29.596Z Compiling regress v0.9.1
31272025-02-24T21:05:29.600Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=69bc631c40ab0c40 -C extra-filename=-1facebc0bd6a032a --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-8b91e1d2de91bee2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-02-24T21:05:29.651Z Compiling dropshot v0.15.1
31292025-02-24T21:05:29.656Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.15.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 '--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=a9058bf56b2c2540 -C extra-filename=-70cc8fa363a3233e --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-70cc8fa363a3233e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-02-24T21:05:29.745Z Compiling daft v0.1.1
31312025-02-24T21:05:29.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=0301597cb999ad11 -C extra-filename=-88151d25da631bbe --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-e5d25c8a971b081e.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-02-24T21:05:30.062Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-70cc8fa363a3233e/build-script-build`
31332025-02-24T21:05:30.158Z Compiling dropshot_endpoint v0.15.1
31342025-02-24T21:05:30.175Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.15.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 '--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=a7178a7fa3641d5e -C extra-filename=-7f555fd5ac84ba70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-02-24T21:05:30.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31362025-02-24T21:05:30.215Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=d2f3228b2e729c24 -C extra-filename=-400038806c080211 --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-88151d25da631bbe.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-02-24T21:05:30.516Z Compiling darling v0.20.10
31382025-02-24T21:05:30.520Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=f8f6d5dd685d742d -C extra-filename=-8bc3772cfc0cb8ea --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-cafb0cbf7752a55c.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-53cbdc80afe68980.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392025-02-24T21:05:30.631Z Compiling structmeta v0.3.0
31402025-02-24T21:05:30.634Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87e9a6f2b73ce482 -C extra-filename=-4d451d13a68513fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-67d2906d47a1e486.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-02-24T21:05:30.663Z Compiling serde_with_macros v3.11.0
31422025-02-24T21:05:30.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=df092d69519751ed -C extra-filename=-5af467c0b33640d9 --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-8bc3772cfc0cb8ea.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432025-02-24T21:05:30.701Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31442025-02-24T21:05:30.703Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b6361a2be97de1c4 -C extra-filename=-577d6a167d9d1ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-02-24T21:05:31.033Z Compiling parse-display-derive v0.10.0
31462025-02-24T21:05:31.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ccda5577d8f740 -C extra-filename=-87d1cf76cea1b8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4d451d13a68513fb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-02-24T21:05:31.634Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31482025-02-24T21:05:31.637Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=9adc9bbbb42910a7 -C extra-filename=-5958323a1473d950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-577d6a167d9d1ea6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-02-24T21:05:31.898Z Compiling backoff v0.4.0
31502025-02-24T21:05:31.901Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=8a639012c19161d5 -C extra-filename=-56b9c3a5d86eda83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-02-24T21:05:32.291Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31522025-02-24T21:05:32.300Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e704d35803f3ce8 -C extra-filename=-3f184251fbc2f8b7 --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-cd73abbaa879b2ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532025-02-24T21:05:32.326Z Compiling strum v0.26.3
31542025-02-24T21:05:32.338Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=e902531308361816 -C extra-filename=-8d4e28011f774ab9 --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-335ae3be460ad9be.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-02-24T21:05:32.493Z Compiling wait-timeout v0.2.0
31562025-02-24T21:05:32.503Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8e1f55b416bf90a -C extra-filename=-55f7cdb91ed11cdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-02-24T21:05:32.552Z Compiling rand_xorshift v0.3.0
31582025-02-24T21:05:32.560Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=cf4a45b7bba9b4d0 -C extra-filename=-737870a6627cf297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-02-24T21:05:32.918Z Compiling rusty-fork v0.3.0
31602025-02-24T21:05:32.942Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=38c6a441c619d185 -C extra-filename=-38fa5adc8b23d5e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-727f07b01d6739d0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-55f7cdb91ed11cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-02-24T21:05:33.037Z Compiling unarray v0.1.4
31622025-02-24T21:05:33.047Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84c9be1f7c0a2f1d -C extra-filename=-2509069dc6f408f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-02-24T21:05:33.231Z Compiling test-strategy v0.4.0
31642025-02-24T21:05:33.244Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3deeea4dec0b74bd -C extra-filename=-f760b6413ba21a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4d451d13a68513fb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-02-24T21:05:33.398Z Compiling serde_with v3.11.0
31662025-02-24T21:05:33.423Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=7ae72213752c14de -C extra-filename=-d7a0b6665a4685bb --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-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5af467c0b33640d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-02-24T21:05:33.583Z Compiling proptest v1.5.0
31682025-02-24T21:05:33.593Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.5.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", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=5cd1db414c738058 -C extra-filename=-222a73d56cf3ad7d --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-6604f7429f9585a6.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-51caab4294be8f0e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-737870a6627cf297.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-38fa5adc8b23d5e5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2509069dc6f408f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-02-24T21:05:34.470Z Compiling camino-tempfile v1.1.1
31702025-02-24T21:05:34.480Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a083a7fceb2160b6 -C extra-filename=-d4fd22bab0888dd2 --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-b2bbac47fd6c6317.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-02-24T21:05:34.561Z Compiling unicode-width v0.1.14
31722025-02-24T21:05:34.577Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=570906f7419c21ca -C extra-filename=-f4a4ec44d5bf39c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-02-24T21:05:34.922Z Compiling proc-macro-error-attr v1.0.4
31742025-02-24T21:05:34.932Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fc4904e8d37182e -C extra-filename=-55b345e3bb32fc87 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-02-24T21:05:35.126Z Compiling proc-macro-error v1.0.4
31762025-02-24T21:05:35.140Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=091a1bb33b004209 -C extra-filename=-496b21e54f90e44c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-02-24T21:05:35.280Z Compiling parse-display v0.10.0
31782025-02-24T21:05:35.301Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=4224a4c4e1d900d1 -C extra-filename=-34fd0d205666de18 --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-87d1cf76cea1b8ed.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-02-24T21:05:35.353Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87/build-script-build`
31802025-02-24T21:05:35.452Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25b7263160948d10 -C extra-filename=-a914994a314fd88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-02-24T21:05:35.557Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c/build-script-build`
31822025-02-24T21:05:35.717Z Compiling proc-macro-crate v1.3.1
31832025-02-24T21:05:35.731Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c06c28cf49b5eaed -C extra-filename=-23681da001b2abf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-14f1357c2d07b8a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-02-24T21:05:35.870Z Compiling itertools v0.13.0
31852025-02-24T21:05:35.894Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0ecc0230c93c2809 -C extra-filename=-a1cccd9ad105ea3d --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-02-24T21:05:36.347Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=1a0e7563daf89d5f -C extra-filename=-d7c557c102d03464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-a914994a314fd88a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
31872025-02-24T21:05:40.328Z Compiling num_enum_derive v0.5.11
31882025-02-24T21:05:40.369Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=3b44084159ad85ae -C extra-filename=-8ac78881bc03f817 --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-23681da001b2abf0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-02-24T21:05:40.369Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31902025-02-24T21:05:40.369Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a001ebe92411a29 -C extra-filename=-ad87e65398481a30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-02-24T21:05:40.369Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31922025-02-24T21:05:40.369Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d88df90ab87e96bd -C extra-filename=-3d02b5609f35aeee --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-02-24T21:05:40.369Z Compiling tabwriter v1.4.0
31942025-02-24T21:05:40.369Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=d9742864c069ee46 -C extra-filename=-104045e350ceb84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-02-24T21:05:40.385Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30/build-script-build`
31962025-02-24T21:05:40.385Z Compiling foreign-types-macros v0.2.3
31972025-02-24T21:05:40.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=785fa1a8f5627a07 -C extra-filename=-d50ae84e744824c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-02-24T21:05:40.385Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee/build-script-build`
31992025-02-24T21:05:40.385Z Compiling foreign-types-shared v0.3.1
32002025-02-24T21:05:40.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b469fa5c05d20993 -C extra-filename=-756a3bf2c9259699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-02-24T21:05:40.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1d59ee3e8a6a377 -C extra-filename=-bacfc7a66e801823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
32022025-02-24T21:05:40.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b35877bc08b2053c -C extra-filename=-5132d88d1385b19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
32032025-02-24T21:05:40.385Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32042025-02-24T21:05:40.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=501d0fe824150cf2 -C extra-filename=-a82ef7e66d691e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-02-24T21:05:40.385Z Compiling cstr-argument v0.1.2
32062025-02-24T21:05:40.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a085cafaadc0fcc6 -C extra-filename=-c02be46d68b46ba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-02-24T21:05:40.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32082025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=250dd33024c2046b -C extra-filename=-1c5d2a18a5189f33 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092025-02-24T21:05:40.386Z Compiling pretty-hex v0.2.1
32102025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=adf8bfc81a8298a4 -C extra-filename=-8d4e06503f39b066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-02-24T21:05:40.386Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32122025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d077028503d05bd4 -C extra-filename=-d1cdc1cfb51f740e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a82ef7e66d691e34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-02-24T21:05:40.386Z Compiling colored v2.1.0
32142025-02-24T21:05:40.386Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33/build-script-build`
32152025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.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("no-color"))' -C metadata=9ff40960119a6a54 -C extra-filename=-7ec8b19bd364aede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-02-24T21:05:40.386Z Compiling smf v0.2.3
32172025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28cd1ebbe9428335 -C extra-filename=-cdfd65f590b628e6 --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-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-02-24T21:05:40.386Z Compiling foreign-types v0.5.0
32192025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a0f76950037d9203 -C extra-filename=-c3d8dbb9d75242f4 --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-d50ae84e744824c6.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-756a3bf2c9259699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-02-24T21:05:40.386Z Compiling typify-impl v0.3.0
32212025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48347286b5197919 -C extra-filename=-0eb79b6d8e0840c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c8bbb3328c2200ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-02-24T21:05:40.386Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32232025-02-24T21:05:40.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c633c69d24927c50 -C extra-filename=-50e0e175f43c162a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-c02be46d68b46ba1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c3d8dbb9d75242f4.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-02-24T21:05:40.387Z Compiling num_enum v0.5.11
32252025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=a37156805b054de1 -C extra-filename=-81a543cca29d0eef --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-8ac78881bc03f817.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-02-24T21:05:40.387Z Compiling base64 v0.21.7
32272025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d7ea3b09724227ba -C extra-filename=-a7af361641f5e6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-02-24T21:05:40.387Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32292025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5477463b2027620 -C extra-filename=-035cbbb667addcab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bacfc7a66e801823.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-81a543cca29d0eef.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8d4e06503f39b066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-02-24T21:05:40.387Z Compiling crucible-workspace-hack v0.1.0
32312025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3deb820cc31a8fd -C extra-filename=-9f4f0aeb7c795af8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d07cd85f1d5d2c8c -C extra-filename=-4d83138544118069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-035cbbb667addcab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-81a543cca29d0eef.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-50e0e175f43c162a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d1cdc1cfb51f740e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ec1eb5a41784b91d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32332025-02-24T21:05:40.387Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8/build-script-build`
32342025-02-24T21:05:40.387Z Compiling heapless v0.8.0
32352025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=8bbd40270e5ade11 -C extra-filename=-f712d86e74c386de --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d0cc562f41e8d92 -C extra-filename=-63faa6595a835011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-02-24T21:05:40.387Z Compiling termtree v0.4.1
32382025-02-24T21:05:40.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fea820510354a143 -C extra-filename=-ec26459a38853442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392025-02-24T21:05:40.387Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32402025-02-24T21:05:40.388Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bba19988f090c315 -C extra-filename=-f18f376f431922cd --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-8bc3772cfc0cb8ea.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-02-24T21:05:40.388Z Compiling predicates-tree v1.0.11
32422025-02-24T21:05:40.388Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d75fecd5c1cf2f4 -C extra-filename=-20fd8b9173db8b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ec26459a38853442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-02-24T21:05:40.522Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de/build-script-build`
32442025-02-24T21:05:40.711Z Compiling hash32 v0.3.1
32452025-02-24T21:05:40.716Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ea1571f4744672b -C extra-filename=-5e9e05232c07feb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-02-24T21:05:40.854Z Compiling smoltcp v0.11.0
32472025-02-24T21:05:40.856Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=74826503f572a660 -C extra-filename=-14ad03042fc9f298 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-02-24T21:05:40.984Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=830fa3caebbc8b62 -C extra-filename=-88534d3f137fed32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-5e9e05232c07feb1.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-02-24T21:05:41.012Z Compiling typify-macro v0.2.0
32502025-02-24T21:05:41.035Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63ea830eedd828d3 -C extra-filename=-5d431450c3c462ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-de44b2b33278d26e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-02-24T21:05:41.613Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298/build-script-build`
32522025-02-24T21:05:41.656Z Compiling atomicwrites v0.4.4
32532025-02-24T21:05:41.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3bfe4549b0afac3 -C extra-filename=-002dee543ab2b170 --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-ff4e5935e35c2c2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-02-24T21:05:41.992Z Compiling cobs v0.2.3
32552025-02-24T21:05:42.033Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=173c860ca4193bbd -C extra-filename=-e92e71d8d1ed223b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-02-24T21:05:42.062Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=b0c05bb0e9050ef8 -C extra-filename=-1e4a6845b59e23ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-88534d3f137fed32.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-02-24T21:05:42.303Z Compiling postcard v1.0.10
32582025-02-24T21:05:42.308Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=47830331778ca8d6 -C extra-filename=-0b63adb65f7e9044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-e92e71d8d1ed223b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592025-02-24T21:05:42.967Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32602025-02-24T21:05:42.969Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=116f36789db1ab54 -C extra-filename=-10007899ecd8cf87 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-02-24T21:05:43.392Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32622025-02-24T21:05:43.395Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=483f8735c6881331 -C extra-filename=-eb53016a18a393ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-02-24T21:05:43.593Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87/build-script-build`
32642025-02-24T21:05:43.619Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32652025-02-24T21:05:43.622Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e61d799645b87bd -C extra-filename=-53fb11e85e5f7b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-02-24T21:05:43.681Z Compiling sigpipe v0.1.3
32672025-02-24T21:05:43.684Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885f5b6f6b44c6c8 -C extra-filename=-e96591396af76f84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-02-24T21:05:43.834Z Compiling mockall_derive v0.13.1
32692025-02-24T21:05:43.837Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall_derive-0.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=f0ffb71497c63a1b -C extra-filename=-5082be71356c4b23 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-02-24T21:05:44.225Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23/build-script-build`
32712025-02-24T21:05:44.268Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
32722025-02-24T21:05:44.294Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-41c41244d8cc4d69/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f56d9d2d7cf451f -C extra-filename=-79a0ce1a8c4d05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-02-24T21:05:44.663Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=b0f4787f307a2fb8 -C extra-filename=-703174d6a9fe8f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
32742025-02-24T21:05:44.675Z Compiling zone_cfg_derive v0.3.0
32752025-02-24T21:05:44.678Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be6670a67740f8e3 -C extra-filename=-0a711c352d952c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c0fa63f21cdf542c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-02-24T21:05:45.279Z Compiling typify v0.2.0
32772025-02-24T21:05:45.282Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=acb3898ae10e1f49 -C extra-filename=-14e16f5df384b57a --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-de44b2b33278d26e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-5d431450c3c462ac.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-02-24T21:05:45.445Z Compiling progenitor-impl v0.8.0
32792025-02-24T21:05:45.447Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c1f932a39897dfc -C extra-filename=-69231c15d228a573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-14e16f5df384b57a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-02-24T21:05:46.257Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32812025-02-24T21:05:46.260Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=172fb0f597eaeed5 -C extra-filename=-2ea0a26df36d235a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-02-24T21:05:46.396Z Compiling num-derive v0.4.2
32832025-02-24T21:05:46.399Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be1fcd42804c34c9 -C extra-filename=-090dd4bf2db7593f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-02-24T21:05:46.678Z Compiling fragile v2.0.0
32852025-02-24T21:05:46.681Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=b498d89cb4cc909a -C extra-filename=-db2518dd92f59d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-02-24T21:05:46.996Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32872025-02-24T21:05:46.999Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e38bd31eae59b7f4 -C extra-filename=-18a2fb327ee44536 --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-f18f376f431922cd.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-02-24T21:05:47.239Z Compiling downcast v0.11.0
32892025-02-24T21:05:47.242Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8d5b66b74fcf4630 -C extra-filename=-e10464ffa855bbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-02-24T21:05:47.516Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32912025-02-24T21:05:47.542Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=4aaff50e80a65fe8 -C extra-filename=-cabb8bd0b9816cee --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-02-24T21:05:47.874Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32932025-02-24T21:05:47.877Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=f6e5dd4a1834cb30 -C extra-filename=-1d299f5afbc798c7 --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-29880e90f788ef89.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-f18f376f431922cd.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-18a2fb327ee44536.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-02-24T21:05:47.922Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee/build-script-build`
32952025-02-24T21:05:47.962Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32962025-02-24T21:05:47.964Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2c7938431b102ff -C extra-filename=-1b4016f4f69c16a8 --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-2ea0a26df36d235a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-02-24T21:05:48.428Z Compiling zone v0.3.0
32982025-02-24T21:05:48.431Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=e7f48e2eda5aa0ec -C extra-filename=-e295728c31674b05 --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-18985f1e64cc7281.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0a711c352d952c2f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-02-24T21:05:48.854Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33002025-02-24T21:05:48.857Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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=3d0fe4c3f3c0e3b2 -C extra-filename=-9fad854381504c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-090dd4bf2db7593f.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-02-24T21:05:49.727Z Compiling same-file v1.0.6
33022025-02-24T21:05:49.730Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5305c750379304cf -C extra-filename=-0adbb5d89bb32378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-02-24T21:05:49.881Z Compiling convert_case v0.4.0
33042025-02-24T21:05:49.931Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=122463d868607008 -C extra-filename=-36f38c107332b7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-02-24T21:05:50.040Z Compiling walkdir v2.5.0
33062025-02-24T21:05:50.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7acfdd97d68078b -C extra-filename=-ba15ea5a5b3d635b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-0adbb5d89bb32378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-02-24T21:05:50.448Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33082025-02-24T21:05:50.451Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=1da00b2ae830011d -C extra-filename=-c4c4afeb3b265726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1d299f5afbc798c7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0b63adb65f7e9044.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-02-24T21:05:50.723Z Compiling derive_more v0.99.19
33102025-02-24T21:05:50.725Z Compiling newline-converter v0.3.0
33112025-02-24T21:05:50.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=9d0b1373393eac6e -C extra-filename=-0cff24b543ff412e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-36f38c107332b7bc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-02-24T21:05:50.751Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3cb479637994980 -C extra-filename=-294dbe2de99fdf91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-02-24T21:05:50.953Z Compiling xattr v1.3.1
33142025-02-24T21:05:50.955Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=43176e03885b7d1d -C extra-filename=-9e0e3fc652d8bdb6 --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-ff4e5935e35c2c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-02-24T21:05:51.254Z Compiling filetime v0.2.25
33162025-02-24T21:05:51.257Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f638cd017c3ff092 -C extra-filename=-025fa0661c013306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-02-24T21:05:51.602Z Compiling tar v0.4.42
33182025-02-24T21:05:51.605Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.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="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=02463050d96dd591 -C extra-filename=-99e42b8ea9a86cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9e0e3fc652d8bdb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-02-24T21:05:52.165Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=92f8d157f94c5323 -C extra-filename=-5396db37fc862261 --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-29880e90f788ef89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1d299f5afbc798c7.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-53fb11e85e5f7b66.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-c4c4afeb3b265726.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0b63adb65f7e9044.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
33202025-02-24T21:05:52.189Z Compiling progenitor-macro v0.8.0
33212025-02-24T21:05:52.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d95044f692635e0 -C extra-filename=-39f003326cfd1b4a --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-757629be095a14ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-69231c15d228a573.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-032030bd66473ddc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-02-24T21:05:52.239Z Compiling mockall v0.13.1
33232025-02-24T21:05:52.269Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=02234cada176dd7a -C extra-filename=-4cd6c7ef5290d0bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e10464ffa855bbaf.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db2518dd92f59d42.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-703174d6a9fe8f01.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-20fd8b9173db8b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-02-24T21:05:52.437Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33252025-02-24T21:05:52.440Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=1d203e7ee51c3cf6 -C extra-filename=-4ba656415ee5e8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5396db37fc862261.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-79a0ce1a8c4d05ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-02-24T21:05:52.582Z Compiling expectorate v1.1.0
33272025-02-24T21:05:52.585Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=a19182e3b57402a0 -C extra-filename=-79b71332f7e2f90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-294dbe2de99fdf91.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-02-24T21:05:52.797Z Compiling tungstenite v0.21.0
33292025-02-24T21:05:52.799Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=41f3562405f83be2 -C extra-filename=-74b94cead171240d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-02-24T21:05:53.117Z Compiling typify-macro v0.3.0
33312025-02-24T21:05:53.119Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b50bbff7041fd3f9 -C extra-filename=-7c7f4b3cafa4addb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0eb79b6d8e0840c1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-02-24T21:05:53.558Z Compiling arc-swap v1.7.1
33332025-02-24T21:05:53.561Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=2794a06678cba5b1 -C extra-filename=-7b169046c43de2e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-02-24T21:05:54.170Z Compiling tokio-tungstenite v0.21.0
33352025-02-24T21:05:54.173Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=c0670582300e83fa -C extra-filename=-1fbad97afc682301 --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-697a23ccce5da83d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-74b94cead171240d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-02-24T21:05:54.631Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33372025-02-24T21:05:54.631Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4cda7f127cc2f3 -C extra-filename=-5dde16081d811e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4d83138544118069.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5396db37fc862261.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4ba656415ee5e8ed.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0b63adb65f7e9044.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-02-24T21:05:54.700Z Compiling slog-scope v4.4.0
33392025-02-24T21:05:54.703Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=222a214509f8981a -C extra-filename=-55f88039f07f6293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-7b169046c43de2e1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-02-24T21:05:54.783Z Compiling num-rational v0.4.2
33412025-02-24T21:05:54.785Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=c5e015d254a2be52 -C extra-filename=-9f44d054c17d349b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-02-24T21:05:55.202Z Compiling slog-stdlog v4.1.1
33432025-02-24T21:05:55.205Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=201b293851651037 -C extra-filename=-49fc6a30a3f50e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-55f88039f07f6293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-02-24T21:05:55.582Z Compiling slog-envlogger v2.2.0
33452025-02-24T21:05:55.585Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=809096831982d850 -C extra-filename=-e03d120aaebd5f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-55f88039f07f6293.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-49fc6a30a3f50e6e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-02-24T21:05:55.860Z Compiling num-complex v0.4.6
33472025-02-24T21:05:55.863Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=8c0b4e768dfaa748 -C extra-filename=-a1bdfe4f45704d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-02-24T21:05:56.270Z Compiling float-ord v0.3.2
33492025-02-24T21:05:56.273Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc1a7a4af7d3eaba -C extra-filename=-9da727f87bc9096c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502025-02-24T21:05:56.341Z Compiling indent_write v2.2.0
33512025-02-24T21:05:56.367Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f998aa05e149090b -C extra-filename=-e0b8437a2f49d9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-02-24T21:05:56.479Z Compiling owo-colors v4.1.0
33532025-02-24T21:05:56.482Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=9c2e046784a69a8a -C extra-filename=-b919b0c91f79b59b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-b919b0c91f79b59b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-02-24T21:05:56.599Z Compiling cancel-safe-futures v0.1.5
33552025-02-24T21:05:56.602Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=8509246359be3fb7 -C extra-filename=-7229dc5db74428e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-02-24T21:05:56.801Z Compiling num v0.4.3
33572025-02-24T21:05:56.841Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=a6db9bdfb5b65609 -C extra-filename=-e2f976d7760126aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-a1bdfe4f45704d08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-9f44d054c17d349b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-02-24T21:05:56.920Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-b919b0c91f79b59b/build-script-build`
33592025-02-24T21:05:56.946Z Compiling swrite v0.1.0
33602025-02-24T21:05:56.948Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=ad152670fd54a146 -C extra-filename=-c478485d624d81fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-02-24T21:05:56.984Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=7e2a1a65a58e0ef2 -C extra-filename=-ec535ea8f0609ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33622025-02-24T21:05:57.080Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6/build-script-build`
33632025-02-24T21:05:57.100Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=c0a2c274b973d46d -C extra-filename=-0369b4100dedc014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-02-24T21:05:57.127Z Compiling libsw v3.3.1
33652025-02-24T21:05:57.127Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.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"' --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=4966ac00775fe420 -C extra-filename=-7cd68ff7f4969d67 --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-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-02-24T21:05:57.328Z Compiling typify v0.3.0
33672025-02-24T21:05:57.331Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a762902c3727ac06 -C extra-filename=-b65f090a91e4a0c8 --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-0eb79b6d8e0840c1.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7c7f4b3cafa4addb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682025-02-24T21:05:57.456Z Compiling progenitor-impl v0.9.1
33692025-02-24T21:05:57.459Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bd8aefe7f3bf37b -C extra-filename=-1a0c1197e4b2d71a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b65f090a91e4a0c8.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-02-24T21:05:57.485Z Compiling password-hash v0.5.0
33712025-02-24T21:05:57.488Z Compiling blake2 v0.10.6
33722025-02-24T21:05:57.488Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=43760212ebd434e2 -C extra-filename=-b1a9d5dd55e4962e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-02-24T21:05:57.512Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=24f490d7afa0525e -C extra-filename=-0d9893d5be77ec21 --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-eae16495eb77c4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-02-24T21:05:57.671Z Compiling linear-map v1.2.0
33752025-02-24T21:05:57.673Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=1a724f97391192c1 -C extra-filename=-c9541320d3e0f7f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-02-24T21:05:58.035Z Compiling argon2 v0.5.3
33772025-02-24T21:05:58.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=8e92127ade0678e7 -C extra-filename=-3bac2aa395ec06d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-0d9893d5be77ec21.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b1a9d5dd55e4962e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-02-24T21:05:58.261Z Compiling aws-lc-sys v0.22.0
33792025-02-24T21:05:58.263Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.22.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=b757eb342c141aa5 -C extra-filename=-7122f8014a160662 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7122f8014a160662 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-6a401b2459aa8f97.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-ee5cc418a725a804.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-60ba1eb8af7b4181.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-a07e8d834e3b67b7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-02-24T21:05:58.395Z Compiling pem v3.0.4
33812025-02-24T21:05:58.397Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ac5a04928e5e2f2e -C extra-filename=-52aee055ba6c88d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-02-24T21:05:58.882Z Compiling highway v1.2.0
33832025-02-24T21:05:58.885Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.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=15fde0508739c333 -C extra-filename=-d71e20050af7c2c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-02-24T21:05:58.942Z Compiling lzma-sys v0.1.20
33852025-02-24T21:05:58.944Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=ac370707c0120644 -C extra-filename=-a41bffbee796659f --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862025-02-24T21:05:59.099Z Compiling heck v0.3.3
33872025-02-24T21:05:59.101Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=958a8b0a34453ceb -C extra-filename=-8e19a1621a581365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-02-24T21:05:59.453Z Compiling headers-core v0.3.0
33892025-02-24T21:05:59.456Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc358d63eafe7337 -C extra-filename=-c81131e920dc92d4 --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-b41d59b73dd7d50a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-02-24T21:05:59.482Z Compiling zone_cfg_derive v0.1.2
33912025-02-24T21:05:59.485Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e80d9c147bf62355 -C extra-filename=-287a6a04e1f99dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-8e19a1621a581365.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922025-02-24T21:05:59.608Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33932025-02-24T21:05:59.612Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f1acba175a17f64 -C extra-filename=-e07064cb75370616 --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-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-02-24T21:05:59.664Z Compiling headers v0.4.0
33952025-02-24T21:05:59.667Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ac383b09742b1a87 -C extra-filename=-dada9c74c1e59e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c81131e920dc92d4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-02-24T21:05:59.802Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f/build-script-build`
33972025-02-24T21:05:59.856Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=89bd0224b0cf186f -C extra-filename=-4db71369719d777b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
33982025-02-24T21:06:00.032Z Compiling yasna v0.5.2
33992025-02-24T21:06:00.035Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=e5afe5b2a7acc6c5 -C extra-filename=-f8cd571eb1cb535d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-02-24T21:06:00.060Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34012025-02-24T21:06:00.062Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=1e93cbcf73e07990 -C extra-filename=-63e8c430a3b9aa43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-02-24T21:06:00.705Z Compiling humantime v2.1.0
34032025-02-24T21:06:00.729Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=946422022fb5b10a -C extra-filename=-4f29ef645259113c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-02-24T21:06:00.913Z Compiling base64 v0.13.1
34052025-02-24T21:06:00.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=178740ecb602e50f -C extra-filename=-7177ca403dc52273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-02-24T21:06:01.055Z Compiling zone v0.1.8
34072025-02-24T21:06:01.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5748ec3d786af854 -C extra-filename=-256ac6f1797a9f9c --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-18985f1e64cc7281.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-287a6a04e1f99dd5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-02-24T21:06:01.194Z Compiling rcgen v0.12.1
34092025-02-24T21:06:01.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=ea5010510d4103d3 -C extra-filename=-c687fe5c76fa07db --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-52aee055ba6c88d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f8cd571eb1cb535d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
34102025-02-24T21:06:01.378Z Compiling ron v0.7.1
34112025-02-24T21:06:01.380Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=966233fecfa3a7fc -C extra-filename=-12459c60337b3e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7177ca403dc52273.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122025-02-24T21:06:01.484Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43/build-script-build`
34132025-02-24T21:06:01.547Z Compiling xz2 v0.1.7
34142025-02-24T21:06:01.553Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=eabbe70ed7eca661 -C extra-filename=-8558cd4121d616a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-4db71369719d777b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34152025-02-24T21:06:01.575Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34162025-02-24T21:06:01.578Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33a9cffcadef868c -C extra-filename=-36e5ebd42ca99137 --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-e07064cb75370616.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-02-24T21:06:02.022Z Compiling subprocess v0.2.9
34182025-02-24T21:06:02.025Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a90ef60ce475f276 -C extra-filename=-cf77837d19ce5c4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-02-24T21:06:02.314Z Compiling semver v0.1.20
34202025-02-24T21:06:02.340Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fa7c1e29ef0dc9b -C extra-filename=-af529e6f6ab80ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-02-24T21:06:02.476Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=299115e3ec3a1953 -C extra-filename=-90210824df27d9d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
34222025-02-24T21:06:02.803Z Compiling rustc_version v0.1.7
34232025-02-24T21:06:02.805Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=addc705017a1a5e0 -C extra-filename=-eaf4f0a5481cae8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-af529e6f6ab80ad9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-02-24T21:06:02.914Z Compiling half v2.4.1
34252025-02-24T21:06:02.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=943b7c15f26d2c60 -C extra-filename=-9595e84bedd565bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-02-24T21:06:03.260Z Compiling newtype_derive v0.1.6
34272025-02-24T21:06:03.263Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=d7608cfb338e2587 -C extra-filename=-8878b6ed0c70dd1e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-eaf4f0a5481cae8d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-02-24T21:06:03.387Z Compiling ciborium-io v0.2.2
34292025-02-24T21:06:03.390Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ee1267a2c881d91c -C extra-filename=-040288379a3af552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-02-24T21:06:03.504Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34312025-02-24T21:06:03.507Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=929f277e82972da5 -C extra-filename=-cc6d6790a32edab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-02-24T21:06:03.535Z Compiling ciborium-ll v0.2.2
34332025-02-24T21:06:03.537Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8b97c0021f43cde0 -C extra-filename=-cf96ef3a5492464d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-040288379a3af552.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9595e84bedd565bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-02-24T21:06:03.571Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34352025-02-24T21:06:03.574Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af0838264e379112 -C extra-filename=-1d7e9b4fd45b48f1 --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-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-02-24T21:06:03.625Z Compiling display-error-chain v0.2.2
34372025-02-24T21:06:03.674Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76d2fcba7534a519 -C extra-filename=-776eee4600d42f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-02-24T21:06:03.682Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e/build-script-build`
34392025-02-24T21:06:03.779Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=6f7dadae0de58023 -C extra-filename=-c52584126248c235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
34402025-02-24T21:06:03.875Z Compiling ciborium v0.2.2
34412025-02-24T21:06:03.877Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=74682dea42b5eae2 -C extra-filename=-6a20e34d6cebccd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-040288379a3af552.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-cf96ef3a5492464d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-02-24T21:06:03.933Z Compiling steno v0.4.1
34432025-02-24T21:06:03.936Z Compiling slog-dtrace v0.3.0
34442025-02-24T21:06:03.936Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95851206230a0a4a -C extra-filename=-24faa0ec24837f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-02-24T21:06:03.962Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5a0676edbbb629f -C extra-filename=-17d0002e6f2ca697 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-02-24T21:06:04.157Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34472025-02-24T21:06:04.187Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3362dd14c02be68 -C extra-filename=-58eeb07006ff5901 --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-cc6d6790a32edab9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-1d7e9b4fd45b48f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-02-24T21:06:04.252Z Compiling progenitor-macro v0.9.1
34492025-02-24T21:06:04.254Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a22c0f73d2cb51c1 -C extra-filename=-0d50e58c7dd196dd --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-757629be095a14ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1a0c1197e4b2d71a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-032030bd66473ddc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-02-24T21:06:04.422Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697/build-script-build`
34512025-02-24T21:06:04.515Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eecc7299b9a0bfc -C extra-filename=-b9fd3c59be16ca2d --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-9f1062e4bb9f4318.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-02-24T21:06:04.543Z Compiling gethostname v0.5.0
34532025-02-24T21:06:04.591Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=757398297d50c11a -C extra-filename=-e57bd91fb7f2da07 --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-ff4e5935e35c2c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-02-24T21:06:04.760Z Compiling nibble_vec v0.1.0
34552025-02-24T21:06:04.763Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85b944ff41bcfe4b -C extra-filename=-8b25bbcef2237cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-02-24T21:06:05.031Z Compiling endian-type v0.1.2
34572025-02-24T21:06:05.035Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aab32a3f1fe9bd7 -C extra-filename=-a284d86fa2e275c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-02-24T21:06:05.122Z Compiling keccak v0.1.5
34592025-02-24T21:06:05.150Z Compiling bytecount v0.6.8
34602025-02-24T21:06:05.153Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=99af690e32e2e371 -C extra-filename=-4673f24fcd00ec46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-02-24T21:06:05.153Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=dd18d89b4c01fca2 -C extra-filename=-3f0f5141e8162747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-02-24T21:06:05.177Z Compiling arrayref v0.3.9
34632025-02-24T21:06:05.179Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66179f2e469838e7 -C extra-filename=-e731655d913e606a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-02-24T21:06:05.271Z Compiling radix_trie v0.2.1
34652025-02-24T21:06:05.275Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3e1f5399fb49ff20 -C extra-filename=-494912851f390e70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-a284d86fa2e275c6.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-8b25bbcef2237cd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-02-24T21:06:05.304Z Compiling constant_time_eq v0.3.1
34672025-02-24T21:06:05.306Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=13da7f21c3a02909 -C extra-filename=-6fffdd5480001e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-02-24T21:06:05.411Z Compiling arrayvec v0.7.6
34692025-02-24T21:06:05.413Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=fddb2484146e5f0e -C extra-filename=-0c8a3536f160cb9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-02-24T21:06:05.530Z Compiling sha3 v0.10.8
34712025-02-24T21:06:05.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=dcca8a134df74088 -C extra-filename=-4228ccebc0380e7d --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-eae16495eb77c4f8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-4673f24fcd00ec46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-02-24T21:06:05.838Z Compiling universal-hash v0.5.1
34732025-02-24T21:06:05.864Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=55d60affb8e1bf6f -C extra-filename=-79872b21bf00958c --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-7452dacb57403ae0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-02-24T21:06:05.912Z Compiling opaque-debug v0.3.1
34752025-02-24T21:06:05.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef464bb4a7a84a4e -C extra-filename=-fa2189fce529373d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-02-24T21:06:06.047Z Compiling secrecy v0.8.0
34772025-02-24T21:06:06.050Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=f8918db786696cb9 -C extra-filename=-b30605f01727acb8 --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-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-02-24T21:06:06.078Z Compiling blake3 v1.5.4
34792025-02-24T21:06:06.080Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=db032f5de0ff0e4f -C extra-filename=-15d85121b55a8a2e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-02-24T21:06:06.225Z Compiling memmap2 v0.9.5
34812025-02-24T21:06:06.228Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=c9a9de309cdf6334 -C extra-filename=-b280e347ebf45359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-02-24T21:06:06.319Z Compiling aead v0.5.2
34832025-02-24T21:06:06.321Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=40dbfadb9aff7759 -C extra-filename=-7ac6dade49c35aa7 --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-7452dacb57403ae0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-02-24T21:06:06.588Z Compiling topological-sort v0.2.2
34852025-02-24T21:06:06.591Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7fb3f465fb7618 -C extra-filename=-86177580405ba44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-02-24T21:06:06.657Z Compiling poly1305 v0.8.0
34872025-02-24T21:06:06.659Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3b963eacc904170c -C extra-filename=-e3111f8633f0a680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-79872b21bf00958c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-02-24T21:06:06.726Z Compiling chacha20 v0.9.1
34892025-02-24T21:06:06.729Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=d085c3a8e6ce8f9c -C extra-filename=-5ac1d310a02b2f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-02-24T21:06:06.865Z Compiling toolchain_find v0.4.0
34912025-02-24T21:06:06.867Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ea66929cd90cab5 -C extra-filename=-e0195a085238b992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-02-24T21:06:06.905Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e/build-script-build`
34932025-02-24T21:06:07.274Z Compiling thiserror-impl-no-std v2.0.2
34942025-02-24T21:06:07.283Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=adf0336eee43046e -C extra-filename=-cecac0a57c01c837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-02-24T21:06:07.483Z Compiling rustfmt-wrapper v0.2.1
34962025-02-24T21:06:07.486Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e04e20175bce196c -C extra-filename=-1be018b780aab1e9 --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-4631825e58b7dc2a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-e0195a085238b992.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972025-02-24T21:06:07.588Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=bd6039d146b2aee9 -C extra-filename=-4b54bf9df690813f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e731655d913e606a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-0c8a3536f160cb9e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-b280e347ebf45359.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e4dbe4f81cf74a8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
34982025-02-24T21:06:08.081Z Compiling async-recursion v1.1.1
34992025-02-24T21:06:08.083Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b936ac43c974c23e -C extra-filename=-6f155bd9a0eb50c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-02-24T21:06:08.393Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
35012025-02-24T21:06:08.396Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-48141936c515a820/fdffa21/build.rs --error-format=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=b6414713314379b1 -C extra-filename=-e361073e890843f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e361073e890843f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-02-24T21:06:08.469Z Compiling chacha20poly1305 v0.10.1
35032025-02-24T21:06:08.482Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=5472b459281194c9 -C extra-filename=-41fd45aaf1e4cec6 --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-7ac6dade49c35aa7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5ac1d310a02b2f67.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e3111f8633f0a680.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-02-24T21:06:08.710Z Compiling fxhash v0.2.1
35052025-02-24T21:06:08.713Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed1cf40d4ecb962a -C extra-filename=-09cc18c3176e95c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-02-24T21:06:08.739Z Compiling zip v2.1.3
35072025-02-24T21:06:08.742Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=4b2fcda5c86fd5f9 -C extra-filename=-ccc591a46c40dabe --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-02-24T21:06:08.805Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e361073e890843f0/build-script-build`
35092025-02-24T21:06:08.849Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-48141936c515a820/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e74cba6dc5eb7564 -C extra-filename=-03308146bb20bace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
35102025-02-24T21:06:08.944Z Compiling simd-adler32 v0.3.7
35112025-02-24T21:06:08.944Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=0aff035839031340 -C extra-filename=-243ec5af4b163d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-02-24T21:06:09.137Z Compiling bumpalo v3.16.0
35132025-02-24T21:06:09.139Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=58cbe98f82582e79 -C extra-filename=-3bb7cfccf682cbcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-02-24T21:06:09.214Z Compiling maplit v1.0.2
35152025-02-24T21:06:09.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23474295a88e9d0c -C extra-filename=-f6b1adc3a6338f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-02-24T21:06:09.355Z Compiling lockfree-object-pool v0.1.6
35172025-02-24T21:06:09.380Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32c5f7db1c0b30e9 -C extra-filename=-4ee34647b2175995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-02-24T21:06:09.530Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe/build-script-build`
35192025-02-24T21:06:09.534Z Compiling termcolor v1.4.1
35202025-02-24T21:06:09.534Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eaa816400363072a -C extra-filename=-6c5a4ba51ba49c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-02-24T21:06:09.632Z Compiling zopfli v0.8.1
35222025-02-24T21:06:09.634Z Compiling const_format_proc_macros v0.2.34
35232025-02-24T21:06:09.634Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=54757e1fdb84fc5e -C extra-filename=-95b7a0e6c82e381b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-3bb7cfccf682cbcc.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-4ee34647b2175995.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-243ec5af4b163d5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-02-24T21:06:09.634Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=7deadd2283e2f2cb -C extra-filename=-277bc95b5de6f094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-02-24T21:06:09.693Z Compiling radium v0.7.0
35262025-02-24T21:06:09.695Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97abf05fb8fdf8e9 -C extra-filename=-1763440dfd08de63 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-02-24T21:06:10.189Z Compiling tap v1.0.1
35282025-02-24T21:06:10.191Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=904e676fb0a27a72 -C extra-filename=-2c94c7f32acbb5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-02-24T21:06:10.217Z Compiling thiserror-no-std v2.0.2
35302025-02-24T21:06:10.220Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d1fec79375fe2e12 -C extra-filename=-f8712850e7be2ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-cecac0a57c01c837.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-02-24T21:06:10.236Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63/build-script-build`
35322025-02-24T21:06:10.277Z Compiling maybe-uninit v2.0.0
35332025-02-24T21:06:10.280Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eacf5ae048c8cc6 -C extra-filename=-7ef6683181995f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-02-24T21:06:10.280Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af0179958c9bd432 -C extra-filename=-288e4cbf12ec6ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
35352025-02-24T21:06:10.353Z Compiling vsss-rs v3.3.4
35362025-02-24T21:06:10.356Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=ea937da1c462a6fa -C extra-filename=-49343b6f2de18f70 --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-21d3daa525daffd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-51caab4294be8f0e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f8712850e7be2ba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-02-24T21:06:10.396Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=fd87bd0360b4ee7b -C extra-filename=-d59159d642aee2ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8d3ae5aafe71b022.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-482965bb6f797f09.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-95b7a0e6c82e381b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
35382025-02-24T21:06:10.783Z Compiling wyz v0.5.1
35392025-02-24T21:06:10.785Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=cabcc2462821aed0 -C extra-filename=-c251d949e624b0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-2c94c7f32acbb5c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-02-24T21:06:10.918Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f/build-script-build`
35412025-02-24T21:06:10.983Z Compiling crc-catalog v2.4.0
35422025-02-24T21:06:10.997Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16b4a745356e07aa -C extra-filename=-e8246a9dc94fb448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-02-24T21:06:11.070Z Compiling packed_struct v0.10.1
35442025-02-24T21:06:11.073Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=14c44c8994fb8300 -C extra-filename=-d46e13ff15592950 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-02-24T21:06:11.171Z Compiling funty v2.0.0
35462025-02-24T21:06:11.174Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f1a0d53ef3903f40 -C extra-filename=-73a6c9934e7ffbce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-02-24T21:06:11.196Z Compiling crc v3.2.1
35482025-02-24T21:06:11.224Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10676df119da800e -C extra-filename=-a3bf84c3591272ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-e8246a9dc94fb448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-02-24T21:06:11.231Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7122f8014a160662/build-script-main`
35502025-02-24T21:06:11.595Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950/build-script-build`
35512025-02-24T21:06:11.639Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd5899225e570a3d -C extra-filename=-ba5f87bdec759fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
35522025-02-24T21:06:11.663Z Compiling const_format v0.2.34
35532025-02-24T21:06:11.663Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=758fad57b7310d94 -C extra-filename=-e14cfeb526a35913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-277bc95b5de6f094.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-02-24T21:06:11.758Z Compiling packed_struct_codegen v0.10.1
35552025-02-24T21:06:11.761Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a00083a1b4d26b3a -C extra-filename=-c67797ea4d2457a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-02-24T21:06:11.907Z Compiling indexmap v1.9.3
35572025-02-24T21:06:11.909Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=491e4e74704b5e83 -C extra-filename=-58c3252b94568a48 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-02-24T21:06:12.195Z Compiling bitvec v1.0.1
35592025-02-24T21:06:12.198Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=a9cc8a795e258819 -C extra-filename=-64ae76a29a77ee59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-73a6c9934e7ffbce.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-288e4cbf12ec6ebc.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-2c94c7f32acbb5c4.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-c251d949e624b0b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-02-24T21:06:12.330Z Compiling nodrop v0.1.14
35612025-02-24T21:06:12.333Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=a50b7d7336eb4ceb -C extra-filename=-8c92d6021c2beb20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-02-24T21:06:12.415Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48/build-script-build`
35632025-02-24T21:06:12.461Z Compiling smallvec v0.6.14
35642025-02-24T21:06:12.470Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=75955d1d7b7ecdc9 -C extra-filename=-82768735543f5f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-ba5f87bdec759fa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-02-24T21:06:12.507Z Compiling array-init v0.0.4
35662025-02-24T21:06:12.510Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=76de3a27ef8ae31b -C extra-filename=-8b9e0556ca6c3ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-8c92d6021c2beb20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-02-24T21:06:12.848Z Compiling vte_generate_state_changes v0.1.2
35682025-02-24T21:06:12.851Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45d0c7ac19d15845 -C extra-filename=-074c9c2f3d91effb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-02-24T21:06:12.900Z Compiling bitfield v0.14.0
35702025-02-24T21:06:12.903Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba1d41935dba7f0 -C extra-filename=-a0016941a8fd62a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-02-24T21:06:13.238Z Compiling hashbrown v0.12.3
35722025-02-24T21:06:13.240Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=dd1d5c1e7376d5b0 -C extra-filename=-d9e817a5dcc32ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-02-24T21:06:13.525Z Compiling serde-hex v0.1.0
35742025-02-24T21:06:13.527Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=074934458c5ffb7e -C extra-filename=-266f640a943caeb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-8b9e0556ca6c3ebf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-82768735543f5f34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-02-24T21:06:13.611Z Compiling vte v0.11.1
35762025-02-24T21:06:13.613Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=00544c2ec06e440e -C extra-filename=-83125ee217987e95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-074c9c2f3d91effb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-02-24T21:06:14.229Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=6117e42ad7852589 -C extra-filename=-43c15afb08e1c279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9e817a5dcc32ca6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
35782025-02-24T21:06:14.496Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35792025-02-24T21:06:14.532Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=7c28b43d7744335d -C extra-filename=-36bb859a33f3121f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a3bf84c3591272ee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aafabe5855e0eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-02-24T21:06:14.550Z Compiling env_logger v0.10.2
35812025-02-24T21:06:14.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=591b5600403b707d -C extra-filename=-bd20bf69fc4b7fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-02-24T21:06:14.809Z Compiling ron v0.8.1
35832025-02-24T21:06:14.833Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=9d265985c2ebbc9e -C extra-filename=-6b07224d370a7f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-02-24T21:06:15.034Z Compiling fd-lock v4.0.2
35852025-02-24T21:06:15.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd229456f2fd0dd2 -C extra-filename=-d3730e06ba6b99fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-02-24T21:06:15.095Z Compiling hashbrown v0.13.2
35872025-02-24T21:06:15.098Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f3704d553deb6915 -C extra-filename=-cc0b0fc96fc10276 --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-fd4409d3474136f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-02-24T21:06:15.262Z Compiling kstat-rs v0.2.4
35892025-02-24T21:06:15.295Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533f8ac50451593b -C extra-filename=-350cdc0287fbbe85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902025-02-24T21:06:15.585Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=c327d9e8ab1e9f4e -C extra-filename=-1825158b6f0652d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-64ae76a29a77ee59.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-c67797ea4d2457a6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-02-24T21:06:15.613Z Compiling crc-any v2.5.0
35922025-02-24T21:06:15.616Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=a8ff5c4df4d4edf1 -C extra-filename=-82b79f6caf04b763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-02-24T21:06:15.795Z Compiling strip-ansi-escapes v0.2.0
35942025-02-24T21:06:15.798Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dda2bc1068d32f5 -C extra-filename=-bbce2194d88bb72f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-83125ee217987e95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-02-24T21:06:16.040Z Compiling object v0.30.4
35962025-02-24T21:06:16.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=3c47a432e79d766f -C extra-filename=-d09c7171f823d892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-cc0b0fc96fc10276.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-43c15afb08e1c279.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-02-24T21:06:16.135Z Compiling path-slash v0.1.5
35982025-02-24T21:06:16.138Z Compiling libefi-sys v0.1.0
35992025-02-24T21:06:16.138Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=124a8e7dce05f36e -C extra-filename=-833b0b90fdbee29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-02-24T21:06:16.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d34b4294cce8313a -C extra-filename=-fe5339464bcc53ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-02-24T21:06:16.348Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36022025-02-24T21:06:16.351Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26a2e0a2fb08a87b -C extra-filename=-152353be5d319b69 --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-6b07224d370a7f3a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-36bb859a33f3121f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aafabe5855e0eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-02-24T21:06:16.548Z Compiling nu-ansi-term v0.50.1
36042025-02-24T21:06:16.551Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=bf60753ebe630211 -C extra-filename=-d0c1d7189c168226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-02-24T21:06:16.852Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff/build-script-build`
36062025-02-24T21:06:16.894Z Compiling phf_generator v0.11.2
36072025-02-24T21:06:16.896Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=3bae7a35f8eee8a7 -C extra-filename=-8ecbe1bf38912105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-02-24T21:06:17.023Z Compiling bitfield-struct v0.6.2
36092025-02-24T21:06:17.026Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a99139ecf0a27d -C extra-filename=-ab2ccb8fd08bb66f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-02-24T21:06:17.087Z Compiling reedline v0.35.0
36112025-02-24T21:06:17.090Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=77f743f94c074e3b -C extra-filename=-85b2abf69211cb75 --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-9f1062e4bb9f4318.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d3730e06ba6b99fa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0c1d7189c168226.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-bbce2194d88bb72f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-335ae3be460ad9be.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-02-24T21:06:17.116Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36132025-02-24T21:06:17.119Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49f1e67c822d63ee -C extra-filename=-9955f1fef82c45ce --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-02-24T21:06:17.250Z Compiling nanorand v0.7.0
36152025-02-24T21:06:17.252Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=7918c3cf99f505df -C extra-filename=-a203d33da327fd74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-02-24T21:06:17.688Z Compiling parking_lot_core v0.8.6
36172025-02-24T21:06:17.691Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=bd05695b89d83125 -C extra-filename=-4078151d1923f712 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-02-24T21:06:17.772Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce/build-script-build`
36192025-02-24T21:06:17.820Z Compiling flume v0.11.1
36202025-02-24T21:06:17.822Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=9f42e5e717a8e1b8 -C extra-filename=-86a3259b90bf23ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-a203d33da327fd74.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-02-24T21:06:17.899Z Compiling phf_codegen v0.11.2
36222025-02-24T21:06:17.902Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f406bcacd1f485db -C extra-filename=-d75a45456c688125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-8ecbe1bf38912105.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-02-24T21:06:18.145Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83529ce8fa79b33e -C extra-filename=-af09f3492ac9e0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
36242025-02-24T21:06:18.210Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712/build-script-build`
36252025-02-24T21:06:18.252Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36262025-02-24T21:06:18.256Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74d073e0eafa076f -C extra-filename=-242931a73d74a596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-81a543cca29d0eef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-02-24T21:06:18.444Z Compiling parse-zoneinfo v0.3.1
36282025-02-24T21:06:18.447Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f76f42892d6e3515 -C extra-filename=-40fbe1464b20153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-02-24T21:06:18.548Z Compiling cfg_aliases v0.1.1
36302025-02-24T21:06:18.579Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb87c5c849d654f -C extra-filename=-2be61054b6391d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-02-24T21:06:18.582Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36322025-02-24T21:06:18.613Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5728d7ccadf796b -C extra-filename=-5a049f209cd25f06 --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-ab2ccb8fd08bb66f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-02-24T21:06:18.685Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342025-02-24T21:06:18.688Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e224b5ea02811c65 -C extra-filename=-3445f02f9660a259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-02-24T21:06:18.834Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36362025-02-24T21:06:18.860Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b393a32644b3020 -C extra-filename=-ba279ce3872a9b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-a0016941a8fd62a7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1825158b6f0652d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-02-24T21:06:18.882Z Compiling nix v0.28.0
36382025-02-24T21:06:18.885Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=1cb1e0889a62bf57 -C extra-filename=-b41f9c7f3855c6f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2be61054b6391d49.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-02-24T21:06:19.250Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402025-02-24T21:06:19.253Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ba990f74c856a73 -C extra-filename=-13b0bb69b9c51c90 --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-5a049f209cd25f06.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-3445f02f9660a259.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-02-24T21:06:19.303Z Compiling chrono-tz-build v0.4.0
36422025-02-24T21:06:19.306Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=70d24b2ca5d9e666 -C extra-filename=-dc68b0bddcbff980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-40fbe1464b20153a.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-d75a45456c688125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-02-24T21:06:19.716Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d8022d9f58469e -C extra-filename=-38eb95fc113ae7ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-242931a73d74a596.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -l static=pci`
36442025-02-24T21:06:20.097Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36452025-02-24T21:06:20.100Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b33ee9c0afaeec62 -C extra-filename=-389cf0d8ef76c6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-af09f3492ac9e0f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-02-24T21:06:20.121Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=66164de0ff3f62e0 -C extra-filename=-599f111844105074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-02-24T21:06:20.186Z Compiling papergrid v0.11.0
36482025-02-24T21:06:20.188Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=2ec202b408e687f7 -C extra-filename=-e055de2ca6d1c616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-3f0f5141e8162747.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-02-24T21:06:20.451Z Compiling tabled_derive v0.7.0
36502025-02-24T21:06:20.476Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3595eef7d357de70 -C extra-filename=-e9f0fcb8965ec2bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c0fa63f21cdf542c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-02-24T21:06:20.478Z Compiling parking_lot v0.11.2
36522025-02-24T21:06:20.503Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=d3c66d3f90e0f191 -C extra-filename=-8617ea346b3d1d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0b7b2231cbf9aba6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-599f111844105074.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-02-24T21:06:20.657Z Compiling chrono-tz v0.10.1
36542025-02-24T21:06:20.661Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=c3adec5f3f98470e -C extra-filename=-a1d18207cd0652c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-a1d18207cd0652c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-dc68b0bddcbff980.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-02-24T21:06:21.266Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8/build-script-build`
36562025-02-24T21:06:21.306Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
36572025-02-24T21:06:21.309Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f5b3eedf94228eb -C extra-filename=-d0e8b5a44fb9c7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-02-24T21:06:21.648Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a1d18207cd0652c2/build-script-build`
36592025-02-24T21:06:22.860Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=148929cf4df2c3ac -C extra-filename=-821638c5d972eb6c --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-29880e90f788ef89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
36602025-02-24T21:06:22.886Z Compiling tabled v0.15.0
36612025-02-24T21:06:22.890Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=cb0a418c5b5b9d1e -C extra-filename=-3a80338d22363d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-e055de2ca6d1c616.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e9f0fcb8965ec2bc.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-02-24T21:06:23.202Z Compiling sled v0.34.7
36632025-02-24T21:06:23.205Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=bdce9e8eeeca7f82 -C extra-filename=-b84af011857af558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8617ea346b3d1d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-02-24T21:06:23.740Z Compiling hickory-client v0.24.3
36652025-02-24T21:06:23.742Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=dace80157bafb915 -C extra-filename=-62805f629fc13347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-494912851f390e70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-02-24T21:06:23.959Z Compiling peg-macros v0.8.4
36672025-02-24T21:06:23.962Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=bfb9db1f01ac3e48 -C extra-filename=-43520618b985d1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-02-24T21:06:24.139Z Compiling hickory-server v0.24.3
36692025-02-24T21:06:24.142Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=bb2e098afaa7cb29 -C extra-filename=-39596363c1a4987c --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-5c9b996b0faf56ee.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-dacd35bad405f9aa.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-02-24T21:06:25.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36712025-02-24T21:06:25.143Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=371dccac04fc7882 -C extra-filename=-b12ee7e5bed50b3b --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-b12ee7e5bed50b3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-02-24T21:06:26.237Z Compiling sqlparser_derive v0.2.2
36732025-02-24T21:06:26.241Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db7aefe318939c5 -C extra-filename=-739346291481a7bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-02-24T21:06:26.349Z Compiling unicode_categories v0.1.1
36752025-02-24T21:06:26.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b27d6fd1ceb3e80 -C extra-filename=-8beb57c232a58582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-02-24T21:06:26.720Z Compiling sqlformat v0.2.6
36772025-02-24T21:06:26.723Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c1890588256841e -C extra-filename=-d58c9346ccaa359d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-8beb57c232a58582.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-02-24T21:06:27.493Z Compiling sqlparser v0.45.0
36792025-02-24T21:06:27.518Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=c426ffb7a280f0b0 -C extra-filename=-18663105839b419d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-739346291481a7bb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-02-24T21:06:27.542Z Compiling peg v0.8.4
36812025-02-24T21:06:27.549Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=848dbe21b7fbcbc8 -C extra-filename=-42bfdcc2b95b3c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-43520618b985d1c9.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-02-24T21:06:27.682Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-b12ee7e5bed50b3b/build-script-build`
36832025-02-24T21:06:27.727Z Compiling rustyline v14.0.0
36842025-02-24T21:06:27.730Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=296de02275ee984a -C extra-filename=-f1a97b7a83aa370a --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-29880e90f788ef89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d3730e06ba6b99fa.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-821638c5d972eb6c.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-494912851f390e70.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-02-24T21:06:28.308Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=78e9e8d9d4e2e9f7 -C extra-filename=-d72533d12a444952 --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-9f1062e4bb9f4318.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-02-24T21:06:28.653Z Compiling bcs v0.1.6
36872025-02-24T21:06:28.747Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aef4ce9a8372d68 -C extra-filename=-8db870f95be0bd1d --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-4631825e58b7dc2a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-02-24T21:06:29.293Z Compiling diff v0.1.13
36892025-02-24T21:06:29.296Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31b831fa5d2f5414 -C extra-filename=-52b23efe75c73be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-02-24T21:06:29.798Z Compiling termtree v0.5.1
36912025-02-24T21:06:29.801Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c66f887e9e775e3 -C extra-filename=-3a580e25dfd9460f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-02-24T21:06:30.077Z Compiling unicase v2.7.0
36932025-02-24T21:06:30.080Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2925c12edf6ff9a4 -C extra-filename=-fd8941c9a0b20e6a --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-02-24T21:06:30.502Z Compiling buf-list v1.0.3
36952025-02-24T21:06:30.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=a2a0a2e0e312e82b -C extra-filename=-03cfe2fa3daf6de4 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-02-24T21:06:31.212Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36972025-02-24T21:06:31.250Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=2795ff3c2be16753 -C extra-filename=-cadc8f80bf3d2c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-82b79f6caf04b763.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cd56d14b0b6212ef.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-bd20bf69fc4b7fc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ba279ce3872a9b28.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1825158b6f0652d7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-266f640a943caeb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aafabe5855e0eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-02-24T21:06:31.389Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4/build-script-build`
36992025-02-24T21:06:31.483Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a/build-script-build`
37002025-02-24T21:06:31.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0a219ecb9944466a -C extra-filename=-6729cc685447dd0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
37012025-02-24T21:06:32.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=0e7f6b855cbd1bbe -C extra-filename=-0793c52e14160ccb --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-5adfbd3b6ddc2daa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
37022025-02-24T21:06:32.529Z Compiling dsl_auto_type v0.1.2
37032025-02-24T21:06:32.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce03867561e6ad4 -C extra-filename=-7658db203e2c36bb --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-8bc3772cfc0cb8ea.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-02-24T21:06:32.698Z Compiling primeorder v0.13.6
37052025-02-24T21:06:32.701Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=8a23194dd8a58088 -C extra-filename=-97f5ef799477cbf5 --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-602e8692883f9ac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-02-24T21:06:32.909Z Compiling diesel_table_macro_syntax v0.2.0
37072025-02-24T21:06:32.912Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=371e48f78b07b1b2 -C extra-filename=-663c6fa05004dc24 --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-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-02-24T21:06:33.236Z Compiling scheduled-thread-pool v0.2.7
37092025-02-24T21:06:33.268Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a4515521710212 -C extra-filename=-36094c672561f163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-02-24T21:06:33.342Z Compiling crunchy v0.2.2
37112025-02-24T21:06:33.345Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=c117850fe629fe5b -C extra-filename=-02f7793cda61a1be --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-02-24T21:06:33.770Z Compiling r2d2 v0.8.10
37132025-02-24T21:06:33.773Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c79cd7cd33038ca -C extra-filename=-d71860b3c9b558cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-36094c672561f163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-02-24T21:06:33.881Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
37152025-02-24T21:06:33.884Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/f48e2da/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98c9e893ca050f11 -C extra-filename=-40681011207b3bf5 --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-cd73abbaa879b2ce.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ba279ce3872a9b28.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-cadc8f80bf3d2c72.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d09c7171f823d892.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-833b0b90fdbee29b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-36bb859a33f3121f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-152353be5d319b69.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aafabe5855e0eb3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-63cc6ce3fac197ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
37162025-02-24T21:06:33.908Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be/build-script-build`
37172025-02-24T21:06:33.951Z Compiling diesel_derives v2.2.3
37182025-02-24T21:06:33.954Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=8bfda68e4a678ecf -C extra-filename=-3a8ce54c4b1ea529 --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-663c6fa05004dc24.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-7658db203e2c36bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-02-24T21:06:34.177Z Compiling mime_guess v2.0.5
37202025-02-24T21:06:34.180Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=7bdfdda82b61f889 -C extra-filename=-62efce3401ccd741 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6729cc685447dd0b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-02-24T21:06:34.434Z Compiling tiny-keccak v2.0.2
37222025-02-24T21:06:34.438Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=86caa7dec8391fbf -C extra-filename=-37dd243f06cf900f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-02-24T21:06:34.851Z Compiling http-range v0.1.5
37242025-02-24T21:06:34.854Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9080a0525b84a02d -C extra-filename=-a0c0f0603acf6183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-02-24T21:06:35.183Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f/build-script-build`
37262025-02-24T21:06:35.225Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=b664427c9322a6c3 -C extra-filename=-a80fe247562bb3f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-02-24T21:06:35.364Z Compiling atty v0.2.14
37282025-02-24T21:06:35.367Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe693190df31c44 -C extra-filename=-45e7b4f8db5daf4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-02-24T21:06:35.413Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741/build-script-build`
37302025-02-24T21:06:35.470Z Compiling ref-cast v1.0.23
37312025-02-24T21:06:35.507Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8080f9ad47aeeca -C extra-filename=-53f5b907f9062040 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-02-24T21:06:35.541Z Compiling salty v0.3.0
37332025-02-24T21:06:35.544Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=10a5b636014bdd4b -C extra-filename=-e97c78c5eb36f964 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-02-24T21:06:36.064Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964/build-script-build`
37352025-02-24T21:06:36.090Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040/build-script-build`
37362025-02-24T21:06:36.127Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=b90a992207f3ec65 -C extra-filename=-82981bee9ff5a34f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6729cc685447dd0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-02-24T21:06:36.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=795d40616e1ffe51 -C extra-filename=-c7eaa6807f5e70ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-a80fe247562bb3f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-02-24T21:06:36.893Z Compiling p384 v0.13.0
37392025-02-24T21:06:36.896Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=c2da1d1aa1a0b049 -C extra-filename=-b4a9411ed2b8b7b9 --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-f3df08accdb09450.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-97f5ef799477cbf5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-02-24T21:06:37.170Z Compiling ascii-canvas v3.0.0
37412025-02-24T21:06:37.175Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7541b061c4252a1c -C extra-filename=-2a114cc91675e6a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-02-24T21:06:37.373Z Compiling ref-cast-impl v1.0.23
37432025-02-24T21:06:37.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dc93f5ae2d2073e -C extra-filename=-0b349e1195deb34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442025-02-24T21:06:37.653Z Compiling ena v0.14.3
37452025-02-24T21:06:37.656Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=3f5b695e7123c69d -C extra-filename=-9090d2ed625f6e6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-02-24T21:06:38.084Z Compiling regex-syntax v0.6.29
37472025-02-24T21:06:38.110Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=734ac4239bd387ba -C extra-filename=-6397a09e41a4053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-02-24T21:06:38.390Z Compiling bindgen v0.71.1
37492025-02-24T21:06:38.395Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=259f0c2bb3215e25 -C extra-filename=-5374264541ed1afd --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-02-24T21:06:38.717Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f07bb1dd185796a3 -C extra-filename=-79080267b5050f8e --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-0b349e1195deb34b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
37512025-02-24T21:06:38.901Z Compiling hyper-staticfile v0.10.1
37522025-02-24T21:06:38.904Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28b6bcbdf4568fd -C extra-filename=-923d265c8fc76134 --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-697a23ccce5da83d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-82981bee9ff5a34f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532025-02-24T21:06:39.369Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd/build-script-build`
37542025-02-24T21:06:39.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=03e7e87039f43e0a -C extra-filename=-d3fca0b23a1f76de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
37552025-02-24T21:06:39.872Z Compiling env_filter v0.1.2
37562025-02-24T21:06:39.875Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=fe977c9cade71adf -C extra-filename=-fbd1cba163b1c0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-02-24T21:06:40.311Z Compiling rustc-hash v2.1.1
37582025-02-24T21:06:40.315Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=c36b41c7e7bd2ef9 -C extra-filename=-f99d64889ee244c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-02-24T21:06:40.528Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=6b34467426a97361 -C extra-filename=-da7516cb8855892d --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-29880e90f788ef89.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f99d64889ee244c4.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-02-24T21:06:40.531Z Compiling env_logger v0.11.5
37612025-02-24T21:06:40.531Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=2bfd961b5c2bb982 -C extra-filename=-3bc4aad776a633df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-fbd1cba163b1c0ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-02-24T21:06:40.668Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37632025-02-24T21:06:40.671Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=533820957dc8ff11 -C extra-filename=-572e8506716270bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-58824ffd77207aba.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-d3fca0b23a1f76de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642025-02-24T21:06:41.188Z Compiling derive_builder_core v0.20.2
37652025-02-24T21:06:41.191Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=4fb98ab12c316443 -C extra-filename=-9e3697a9f554db3f --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-8bc3772cfc0cb8ea.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-02-24T21:06:41.547Z Compiling lalrpop v0.19.12
37672025-02-24T21:06:41.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=1ba5e00ae08544bc -C extra-filename=-37b0735a015e08ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-2a114cc91675e6a7.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-52b23efe75c73be7.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-9090d2ed625f6e6c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6397a09e41a4053c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-dcc9899e38525e4e.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c7eaa6807f5e70ea.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-02-24T21:06:43.315Z Compiling cargo-platform v0.1.8
37692025-02-24T21:06:43.343Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b37778f5a848b4f8 -C extra-filename=-bc692256fb4426fd --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-02-24T21:06:43.369Z Compiling libxml v0.3.3
37712025-02-24T21:06:43.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90cb597e590321b -C extra-filename=-e50e5839b4dbcd63 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-02-24T21:06:43.468Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
37732025-02-24T21:06:43.470Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/cc13773/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=c4b9f806e5916de6 -C extra-filename=-49b82f3bf13b3efd --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-49b82f3bf13b3efd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742025-02-24T21:06:43.823Z Compiling derive_builder_macro v0.20.2
37752025-02-24T21:06:43.850Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=dbd3961c52e9afd4 -C extra-filename=-077515919cf5c3b8 --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-9e3697a9f554db3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-02-24T21:06:43.875Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63/build-script-build`
37772025-02-24T21:06:43.878Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-49b82f3bf13b3efd/build-script-build`
37782025-02-24T21:06:43.916Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37792025-02-24T21:06:43.918Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f90afc4776e9bae -C extra-filename=-48c11a5ec6a3558d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-572e8506716270bf.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3bc4aad776a633df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b4a9411ed2b8b7b9.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-02-24T21:06:43.936Z Compiling strum_macros v0.24.3
37812025-02-24T21:06:43.939Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73bb08f31fafb374 -C extra-filename=-3cff2d5f6150fa30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c0fa63f21cdf542c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822025-02-24T21:06:44.879Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
37832025-02-24T21:06:44.883Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2652487/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5feeea4b3e91dc08 -C extra-filename=-fc1cd92120c11bc5 --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-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-02-24T21:06:44.948Z Compiling pin-project-internal v1.1.6
37852025-02-24T21:06:44.951Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4008d704b0ec21c9 -C extra-filename=-7dadbe3aa1e603d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-02-24T21:06:45.464Z Compiling indoc v1.0.9
37872025-02-24T21:06:45.467Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b0a1fb8d7b46f5f -C extra-filename=-d33a4a5442d4a3b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-02-24T21:06:45.568Z Compiling diesel v2.2.7
37892025-02-24T21:06:45.571Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=531e29e06627eede -C extra-filename=-023028b8729a24a8 --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-29880e90f788ef89.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-3a8ce54c4b1ea529.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d71860b3c9b558cb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37902025-02-24T21:06:46.457Z Compiling derive_builder v0.20.2
37912025-02-24T21:06:46.460Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=f06978e2c2c424c2 -C extra-filename=-f6c9bf115c5cb608 --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-077515919cf5c3b8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-02-24T21:06:46.668Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfc567258a98286e -C extra-filename=-7fb2d77fb76817ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
37932025-02-24T21:06:47.371Z Compiling quick-xml v0.37.2
37942025-02-24T21:06:47.374Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=d022ed27c640e3a1 -C extra-filename=-a4c6b65d403ae44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-02-24T21:06:47.936Z Compiling pin-project v1.1.6
37962025-02-24T21:06:47.939Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=923047710851ccbc -C extra-filename=-f3e12f10bd57173c --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-7dadbe3aa1e603d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-02-24T21:06:48.109Z Compiling impl-trait-for-tuples v0.2.2
37982025-02-24T21:06:48.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa6f2724a14d6bb7 -C extra-filename=-7b9ed102557d4674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-02-24T21:06:48.990Z Compiling oso-derive v0.27.3
38002025-02-24T21:06:48.993Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e74cf9c7b1d26e51 -C extra-filename=-0649dd5997e54ad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-02-24T21:06:50.165Z Compiling signal-hook-tokio v0.3.1
38022025-02-24T21:06:50.167Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=10ee4de9007b89d0 -C extra-filename=-913984c29f7d4119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-02-24T21:06:50.373Z Compiling snafu-derive v0.8.5
38042025-02-24T21:06:50.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=85c90bde5142ca74 -C extra-filename=-ca9c9a3814d58178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-02-24T21:06:50.578Z Compiling diesel-dtrace v0.4.2
38062025-02-24T21:06:50.581Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed2c26f1d4d8e34c -C extra-filename=-3f6fe5a296a2cf6d --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-02-24T21:06:50.999Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d/build-script-build`
38082025-02-24T21:06:51.089Z Compiling olpc-cjson v0.1.4
38092025-02-24T21:06:51.092Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e04901b8e7b4c9c -C extra-filename=-8aa4a3d47a135929 --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-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5c4775a21d28b414.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-02-24T21:06:51.397Z Compiling globset v0.4.15
38112025-02-24T21:06:51.401Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=be056ed9cd31d657 -C extra-filename=-6e4ff5b6f276c867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-02-24T21:06:53.013Z Compiling bb8 v0.8.5
38132025-02-24T21:06:53.016Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=ed055815bd0cd2ee -C extra-filename=-22f8f6dc923b9e6a --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-5c9b996b0faf56ee.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-02-24T21:06:53.588Z Compiling serde_plain v1.0.2
38152025-02-24T21:06:53.593Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60af54354710c337 -C extra-filename=-43ea2c3d6d9a6a44 --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-02-24T21:06:53.974Z Compiling typed-path v0.9.3
38172025-02-24T21:06:53.977Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f4525a74ee5d27c -C extra-filename=-c7fc43f1738c1f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-02-24T21:06:54.160Z Compiling tungstenite v0.23.0
38192025-02-24T21:06:54.202Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=1d39ab3c184e97c9 -C extra-filename=-95d809161d4eaf2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-02-24T21:06:55.134Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
38212025-02-24T21:06:55.137Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a288fb973cc47cd2 -C extra-filename=-e31240333ce3601d --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-02-24T21:06:55.442Z Compiling snafu v0.8.5
38232025-02-24T21:06:55.453Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=f309a8c6f292e976 -C extra-filename=-606f18b99eb5b850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f3e12f10bd57173c.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-ca9c9a3814d58178.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-02-24T21:06:55.551Z Compiling parse-size v1.1.0
38252025-02-24T21:06:55.554Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8954ca9a2462e64a -C extra-filename=-2830dcd9912b9801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-02-24T21:06:55.829Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d/build-script-build`
38272025-02-24T21:06:55.921Z Compiling tokio-tungstenite v0.23.1
38282025-02-24T21:06:55.924Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=85ce0ab3569b2566 -C extra-filename=-338aba0512d64ad0 --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-697a23ccce5da83d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-95d809161d4eaf2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-02-24T21:06:56.137Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38302025-02-24T21:06:56.139Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=c946741a143e661c -C extra-filename=-a6cba60af91bf422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a3bf84c3591272ee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aafabe5855e0eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-02-24T21:06:56.244Z Compiling nix v0.27.1
38322025-02-24T21:06:56.247Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=bef57aebc94b1737 -C extra-filename=-917ed520779e9633 --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-29880e90f788ef89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-14161e92cc3c7739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-02-24T21:06:56.468Z Compiling cargo_metadata v0.18.1
38342025-02-24T21:06:56.470Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=a4f99c91875bbaad -C extra-filename=-4925fb899fbc1b98 --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-b2bbac47fd6c6317.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-bc692256fb4426fd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-02-24T21:06:56.494Z Compiling rand_seeder v0.3.0
38362025-02-24T21:06:56.496Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3e993600b6f322 -C extra-filename=-716f8de4628ec366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-02-24T21:06:56.867Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38382025-02-24T21:06:56.870Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4c8e9bd714dbfe0 -C extra-filename=-08b9af1dc76c30d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c0fa63f21cdf542c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-02-24T21:06:57.044Z Compiling proc-macro-error-attr2 v2.0.0
38402025-02-24T21:06:57.047Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c195f64733f19f26 -C extra-filename=-8b4db5ad4c51f514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-02-24T21:06:57.991Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce4ba9ac0682d69 -C extra-filename=-385c37422c889849 --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-5c9b996b0faf56ee.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-56b9c3a5d86eda83.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-58824ffd77207aba.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-917ed520779e9633.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cbf5df51aac77e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-dcc9899e38525e4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-a6cba60af91bf422.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-63cc6ce3fac197ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
38422025-02-24T21:06:58.015Z Compiling assert_matches v1.5.0
38432025-02-24T21:06:58.018Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1209292979fe56c -C extra-filename=-86d5c5f61282caca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-02-24T21:06:58.146Z Compiling proc-macro-error2 v2.0.1
38452025-02-24T21:06:58.149Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=9022964272130248 -C extra-filename=-05ad5eff6d11bdc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-8b4db5ad4c51f514.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-02-24T21:06:58.659Z Compiling papergrid v0.14.0
38472025-02-24T21:06:58.662Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=1d6da5cf777295c2 -C extra-filename=-daaf3badf658b7ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-3f0f5141e8162747.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-02-24T21:06:58.781Z Compiling tabled_derive v0.10.0
38492025-02-24T21:06:58.783Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84fcdc619ec4104f -C extra-filename=-1e163535afb2482b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-05ad5eff6d11bdc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-02-24T21:06:59.694Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
38512025-02-24T21:06:59.696Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/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=944affc7bfa5cf98 -C extra-filename=-3082504e46c443ef --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-29880e90f788ef89.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-58824ffd77207aba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-02-24T21:07:01.729Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
38532025-02-24T21:07:01.731Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=d3c636208e0f0021 -C extra-filename=-0224fd5355c347e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-02-24T21:07:02.008Z Compiling tabled v0.18.0
38552025-02-24T21:07:02.048Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=8ed091944c86f55d -C extra-filename=-b916dd1422713ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-daaf3badf658b7ac.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-1e163535afb2482b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-02-24T21:07:02.165Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9/build-script-build`
38572025-02-24T21:07:02.257Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
38582025-02-24T21:07:02.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/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=5c174dee232e5ca1 -C extra-filename=-2b8cb141838940c8 --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-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3082504e46c443ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-02-24T21:07:02.483Z Compiling libz-sys v1.1.20
38602025-02-24T21:07:02.486Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=81be399c604408d0 -C extra-filename=-96579f3d23604e00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-02-24T21:07:03.348Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00/build-script-build`
38622025-02-24T21:07:03.488Z Compiling libgit2-sys v0.17.0+1.8.1
38632025-02-24T21:07:03.490Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=98ef56c22a135b24 -C extra-filename=-ddb0d768fae224e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-02-24T21:07:03.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=dfe38f83845a4b31 -C extra-filename=-348b418b47859ab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
38652025-02-24T21:07:04.145Z Compiling castaway v0.2.3
38662025-02-24T21:07:04.148Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=516d0468b547ae87 -C extra-filename=-bebe91ee8d1e5394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-02-24T21:07:04.335Z Compiling indoc v2.0.5
38682025-02-24T21:07:04.338Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe6cc8ef1bd5caa -C extra-filename=-815fc54b118b2236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-02-24T21:07:04.429Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5/build-script-build`
38702025-02-24T21:07:05.352Z Compiling compact_str v0.8.0
38712025-02-24T21:07:05.354Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=5ff17f053cdf932b -C extra-filename=-e6e585e9bf43fab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-bebe91ee8d1e5394.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-02-24T21:07:05.929Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/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=7d020dcd3a6b1aa8 -C extra-filename=-1d5f5f1a16a49f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-58824ffd77207aba.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b916dd1422713ad0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-2b8cb141838940c8.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3082504e46c443ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
38732025-02-24T21:07:06.628Z Compiling unicode-truncate v1.1.0
38742025-02-24T21:07:06.631Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=262f0716654ee2df -C extra-filename=-31ed73d104ac3a7b --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-a1cccd9ad105ea3d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-02-24T21:07:06.918Z Compiling vergen v8.3.2
38762025-02-24T21:07:06.922Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=332d0bc72fccc17f -C extra-filename=-33cb8f2c1dab6fba --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-02-24T21:07:07.346Z Compiling instability v0.3.2
38782025-02-24T21:07:07.350Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dbfd58df0308af3 -C extra-filename=-137f7e3c23fe2261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-02-24T21:07:08.373Z Compiling lru v0.12.5
38802025-02-24T21:07:08.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=a84a5f951094049c -C extra-filename=-3a037f5c0a787963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-02-24T21:07:08.437Z Compiling is_ci v1.2.0
38822025-02-24T21:07:08.440Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=126a4afb6e331626 -C extra-filename=-8407c98361d04245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-02-24T21:07:08.509Z Compiling cassowary v0.3.0
38842025-02-24T21:07:08.512Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba7839f836eaa42 -C extra-filename=-f090cbbff2df1e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-02-24T21:07:08.680Z Compiling supports-color v3.0.1
38862025-02-24T21:07:08.682Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afe55a8d1e18ba64 -C extra-filename=-4d2c002994a4467e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-8407c98361d04245.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-02-24T21:07:08.699Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba/build-script-build`
38882025-02-24T21:07:08.737Z Compiling libsqlite3-sys v0.30.1
38892025-02-24T21:07:08.740Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=4427e3b2ba86a200 -C extra-filename=-b8d25f0ed03c14ec --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-b8d25f0ed03c14ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-02-24T21:07:08.965Z Compiling ratatui v0.29.0
38912025-02-24T21:07:08.968Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=af66817360a63308 -C extra-filename=-afecd9524767b5bf --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-29880e90f788ef89.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-f090cbbff2df1e55.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-e6e585e9bf43fab3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-137f7e3c23fe2261.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-3a037f5c0a787963.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-31ed73d104ac3a7b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-02-24T21:07:09.340Z Compiling rustls v0.21.12
38932025-02-24T21:07:09.343Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=13f79097f12e0ec6 -C extra-filename=-b48cedb51e3ed6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-02-24T21:07:09.545Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-b8d25f0ed03c14ec/build-script-build`
38952025-02-24T21:07:09.599Z Compiling sct v0.7.1
38962025-02-24T21:07:09.603Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62c7a03a22754604 -C extra-filename=-18d30249ee2795a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
38972025-02-24T21:07:09.723Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0/build-script-build`
38982025-02-24T21:07:09.765Z Compiling rustls-webpki v0.101.7
38992025-02-24T21:07:09.767Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7d661f8b228df9b4 -C extra-filename=-4c3595cf945af3c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
39002025-02-24T21:07:09.932Z Compiling concurrent-queue v2.5.0
39012025-02-24T21:07:09.934Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=dba41c2012b8e565 -C extra-filename=-6816705436395c48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-02-24T21:07:10.340Z Compiling parking v2.2.1
39032025-02-24T21:07:10.343Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=ac72a8e439c83d44 -C extra-filename=-36fd86b555587e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-02-24T21:07:10.693Z Compiling unicode-linebreak v0.1.5
39052025-02-24T21:07:10.710Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77f64ed00b145e60 -C extra-filename=-59828cace56f042b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-02-24T21:07:11.157Z Compiling smawk v0.3.2
39072025-02-24T21:07:11.159Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=6d670b7b58c651d1 -C extra-filename=-cccb9b30b250fb03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-02-24T21:07:11.273Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=ef10e975d88f44ea -C extra-filename=-c7aa25c405f4edd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4c3595cf945af3c5.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-18d30249ee2795a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
39092025-02-24T21:07:11.410Z Compiling textwrap v0.16.1
39102025-02-24T21:07:11.413Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="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=3a051b8e7329d332 -C extra-filename=-a8b633791aeb45e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-cccb9b30b250fb03.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-59828cace56f042b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-02-24T21:07:12.547Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=7140b349664cfabb -C extra-filename=-5c7053a646c62531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3`
39122025-02-24T21:07:13.044Z Compiling hashlink v0.9.1
39132025-02-24T21:07:13.048Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-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("serde", "serde_impl"))' -C metadata=1f2f78d05ee2a595 -C extra-filename=-fe11dd2418767a10 --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-8b91e1d2de91bee2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-02-24T21:07:13.636Z Compiling fallible-iterator v0.3.0
39152025-02-24T21:07:13.639Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cdbc5746f79470ae -C extra-filename=-300a089bdb0f79ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-02-24T21:07:14.358Z Compiling fallible-streaming-iterator v0.1.9
39172025-02-24T21:07:14.361Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c5ff817fea3d8262 -C extra-filename=-1b3b62c6015c50e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-02-24T21:07:14.609Z Compiling rusqlite v0.32.1
39192025-02-24T21:07:14.611Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=52c82adc2db6de7e -C extra-filename=-9a46efeb4934fd67 --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-29880e90f788ef89.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-300a089bdb0f79ba.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-1b3b62c6015c50e4.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-fe11dd2418767a10.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-5c7053a646c62531.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39202025-02-24T21:07:15.161Z Compiling tokio-rustls v0.24.1
39212025-02-24T21:07:15.164Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=df9def2a0a261c9f -C extra-filename=-234444c2a5b85bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c7aa25c405f4edd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
39222025-02-24T21:07:15.582Z Compiling rustls-pemfile v1.0.4
39232025-02-24T21:07:15.585Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2de3c8c3c6853f15 -C extra-filename=-cd4ddec80e319a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-02-24T21:07:16.004Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
39252025-02-24T21:07:16.006Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8468860402bdd6bc -C extra-filename=-a0f6b1bb0e79eb14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-02-24T21:07:17.117Z Compiling twox-hash v2.1.0
39272025-02-24T21:07:17.119Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=db214a983ff7f159 -C extra-filename=-523c46b93a77a020 --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-ed6daa4e39d95040.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-02-24T21:07:17.780Z Compiling shell-words v1.1.0
39292025-02-24T21:07:17.787Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0c91f5b642f8a8e0 -C extra-filename=-90acba706e89bd7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-02-24T21:07:17.900Z Compiling event-listener v5.3.1
39312025-02-24T21:07:17.924Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=84e9da1c7bb6d568 -C extra-filename=-a3c9ffbbf896f495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-02-24T21:07:18.063Z Compiling fatfs v0.3.6
39332025-02-24T21:07:18.066Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=b306ca4489d25385 -C extra-filename=-2cffa371b37f9f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-02-24T21:07:18.453Z Compiling event-listener-strategy v0.5.2
39352025-02-24T21:07:18.455Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4e37f8151bb8a291 -C extra-filename=-ced3744893ec90a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-a3c9ffbbf896f495.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-02-24T21:07:18.560Z Compiling csv-core v0.1.11
39372025-02-24T21:07:18.562Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=da327e6765c305d1 -C extra-filename=-b92494bcd840d2ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-02-24T21:07:18.686Z Compiling futures-lite v2.3.0
39392025-02-24T21:07:18.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=1c1411a5c9af703d -C extra-filename=-4c37567c89aebb89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-02-24T21:07:19.109Z Compiling csv v1.3.1
39412025-02-24T21:07:19.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b669f009893cca0 -C extra-filename=-5498e76f4797a704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-b92494bcd840d2ac.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-02-24T21:07:19.635Z Compiling rtoolbox v0.0.2
39432025-02-24T21:07:19.637Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7f709189ba012ff0 -C extra-filename=-67b28dbc51c5f79b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-02-24T21:07:20.041Z Compiling async-bb8-diesel v0.2.1
39452025-02-24T21:07:20.043Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=04b7864f6f17a94d -C extra-filename=-e56eaac53579b184 --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-5c9b996b0faf56ee.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-22f8f6dc923b9e6a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39462025-02-24T21:07:20.319Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8bf74cb63123036 -C extra-filename=-bebc9b09b554ab9a --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-023028b8729a24a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39472025-02-24T21:07:20.321Z Compiling hex-literal v0.4.1
39482025-02-24T21:07:20.322Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ca1d8db78b4c16c -C extra-filename=-08847813a8d37cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-02-24T21:07:20.510Z Compiling plotters-backend v0.3.7
39502025-02-24T21:07:20.512Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08dd768ca999f499 -C extra-filename=-5968e4b2c02669cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-02-24T21:07:20.681Z Compiling rpassword v7.3.1
39522025-02-24T21:07:20.719Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dffe82e0348e4868 -C extra-filename=-8c199ca108d0f11c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-67b28dbc51c5f79b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-02-24T21:07:20.763Z Compiling tui-tree-widget v0.23.0
39542025-02-24T21:07:20.766Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b833114d4d24294 -C extra-filename=-1984506723f571ee --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-afecd9524767b5bf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-02-24T21:07:20.991Z Compiling plotters-svg v0.3.7
39562025-02-24T21:07:20.995Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=25d0b64423c6030d -C extra-filename=-972629b7c04acaea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5968e4b2c02669cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-02-24T21:07:21.018Z Compiling yansi v1.0.1
39582025-02-24T21:07:21.020Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=429836a49f98ac53 -C extra-filename=-444815191326c7b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-02-24T21:07:21.104Z Compiling cast v0.3.0
39602025-02-24T21:07:21.106Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=703949b22b32fbf8 -C extra-filename=-c3c10885ff040dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-02-24T21:07:21.397Z Compiling plotters v0.3.7
39622025-02-24T21:07:21.400Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=42b99869348331aa -C extra-filename=-6a14f82f12e45955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5968e4b2c02669cc.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-972629b7c04acaea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-02-24T21:07:21.501Z Compiling pretty_assertions v1.4.1
39642025-02-24T21:07:21.504Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=b9f67cbbef76d0ec -C extra-filename=-2bbd0034160bf9d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-52b23efe75c73be7.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-444815191326c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-02-24T21:07:21.588Z Compiling criterion-plot v0.5.0
39662025-02-24T21:07:21.631Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=972d6a427d1639c8 -C extra-filename=-7821f514f018e734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-c3c10885ff040dc5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-02-24T21:07:21.637Z Compiling async-lock v3.4.0
39682025-02-24T21:07:21.637Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=48304c9f8335bf7a -C extra-filename=-034697de2dece442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-a3c9ffbbf896f495.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-ced3744893ec90a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-02-24T21:07:22.032Z Compiling polyval v0.6.2
39702025-02-24T21:07:22.035Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=de6d314ea46742cf -C extra-filename=-bf9dec2b0d45f5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-79872b21bf00958c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-02-24T21:07:22.473Z Compiling polling v3.7.3
39722025-02-24T21:07:22.476Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3734f8807608dc68 -C extra-filename=-4e5e79a9f78c8ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732025-02-24T21:07:22.582Z Compiling tinytemplate v1.2.1
39742025-02-24T21:07:22.584Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c03ea29187cd6547 -C extra-filename=-5c81f19b38729363 --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-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-02-24T21:07:22.741Z Compiling oorandom v11.1.4
39762025-02-24T21:07:22.744Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=680ec18f4fb6a25f -C extra-filename=-9c8bffdcce49950a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-02-24T21:07:22.980Z Compiling anes v0.1.6
39782025-02-24T21:07:22.982Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=4bd1bb57aed26739 -C extra-filename=-2843394d779a6254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-02-24T21:07:23.115Z Compiling async-io v2.3.4
39802025-02-24T21:07:23.118Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59e3078d32c91fa3 -C extra-filename=-84fb48e053262991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-4e5e79a9f78c8ec4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-02-24T21:07:23.432Z Compiling criterion v0.5.1
39822025-02-24T21:07:23.435Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=8ae880eea9868816 -C extra-filename=-463a38f516bc58fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-2843394d779a6254.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-c3c10885ff040dc5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-7821f514f018e734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-9c8bffdcce49950a.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-6a14f82f12e45955.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-5c81f19b38729363.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-02-24T21:07:23.472Z Compiling ghash v0.5.1
39842025-02-24T21:07:23.474Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=04bedbd81c533366 -C extra-filename=-4d4aced88190d419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-bf9dec2b0d45f5fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-02-24T21:07:23.669Z Compiling ctr v0.9.2
39862025-02-24T21:07:23.672Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=41d12a8e357bcd76 -C extra-filename=-52b5f44978b2ff58 --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-394add6dc643abac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-02-24T21:07:23.695Z Compiling async-task v4.7.1
39882025-02-24T21:07:23.699Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=9de098ad1428e124 -C extra-filename=-93d03bef6dab1333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-02-24T21:07:24.048Z Compiling target-lexicon v0.13.2
39902025-02-24T21:07:24.051Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5dc7e88a563a6c0d -C extra-filename=-363e6726acdd0622 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-02-24T21:07:24.188Z Compiling doc-comment v0.3.3
39922025-02-24T21:07:24.191Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=ae19a3e3f107d006 -C extra-filename=-c435d2e39c49a2e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-02-24T21:07:24.812Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0/build-script-build`
39942025-02-24T21:07:25.012Z Compiling aes-gcm v0.10.3
39952025-02-24T21:07:25.050Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=2e8f6ec6d3bc4df0 -C extra-filename=-5634faae05c658ac --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-7ac6dade49c35aa7.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-6fc38b3cce76e103.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-52b5f44978b2ff58.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4d4aced88190d419.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-02-24T21:07:25.060Z Compiling async-channel v2.3.1
39972025-02-24T21:07:25.063Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4f147f26a67333f3 -C extra-filename=-4fe29e1bacbd434b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-ced3744893ec90a3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-02-24T21:07:25.098Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622/build-script-build`
39992025-02-24T21:07:25.167Z Compiling piper v0.2.4
40002025-02-24T21:07:25.170Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=10ad705bc357c73a -C extra-filename=-abd82ecc2cf10d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-681c30393c48bbd3.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-02-24T21:07:25.345Z Compiling ssh-encoding v0.2.0
40022025-02-24T21:07:25.348Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=dbd8740894923c43 -C extra-filename=-2928bb0099628ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-02-24T21:07:25.388Z Compiling blowfish v0.9.1
40042025-02-24T21:07:25.391Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=97f1ab22a2398a3f -C extra-filename=-5d4f4f104abf08d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-02-24T21:07:25.580Z Compiling guppy-workspace-hack v0.1.0
40062025-02-24T21:07:25.621Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9863d7d99eb788 -C extra-filename=-1baea951f9248ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072025-02-24T21:07:25.791Z Compiling assert_cmd v2.0.16
40082025-02-24T21:07:25.795Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=0bddd4d9b561868f -C extra-filename=-fb48e12239b53ca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-02-24T21:07:25.840Z Compiling ssh-cipher v0.2.0
40102025-02-24T21:07:25.843Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=13c361f1da624776 -C extra-filename=-d88fdae8037916dd --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-6fc38b3cce76e103.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-5634faae05c658ac.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9859ead760911976.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5ac1d310a02b2f67.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-52b5f44978b2ff58.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e3111f8633f0a680.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-2928bb0099628ee5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-02-24T21:07:25.949Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0/build-script-build`
40122025-02-24T21:07:25.984Z Compiling bcrypt-pbkdf v0.10.0
40132025-02-24T21:07:25.987Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=7b8ec22315649f41 -C extra-filename=-045d593c75e87d49 --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-5d4f4f104abf08d3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e2236b15b96c0501.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-02-24T21:07:26.295Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7/build-script-build`
40152025-02-24T21:07:26.336Z Compiling blocking v1.6.1
40162025-02-24T21:07:26.338Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=384dfe7315ada6fc -C extra-filename=-a08fb64382f79c47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-4fe29e1bacbd434b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-93d03bef6dab1333.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-abd82ecc2cf10d5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-02-24T21:07:26.577Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=fe4ba6d06697333b -C extra-filename=-43a8b6a8a2a9aea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
40182025-02-24T21:07:26.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=70b443d93fdf5ee9 -C extra-filename=-182662e5ecbd8530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-02-24T21:07:27.047Z Compiling async-signal v0.2.10
40202025-02-24T21:07:27.049Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edf5ff72281d4ccf -C extra-filename=-74dc25b2b81b254f --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-84fb48e053262991.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-02-24T21:07:27.211Z Compiling async-executor v1.13.1
40222025-02-24T21:07:27.214Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=189d95a19da9fc17 -C extra-filename=-9d2af3123687ef74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-93d03bef6dab1333.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-02-24T21:07:27.307Z Compiling password-hash v0.4.2
40242025-02-24T21:07:27.310Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=cddfad15882b54ab -C extra-filename=-670fef024ee7d2da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-02-24T21:07:27.459Z Compiling futures-timer v3.0.3
40262025-02-24T21:07:27.462Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=83f54e959de79c95 -C extra-filename=-1c9e203241d7a36c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-02-24T21:07:27.915Z Compiling event-listener v2.5.3
40282025-02-24T21:07:27.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1033fda43f71166c -C extra-filename=-808af2bc3025f462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-02-24T21:07:28.163Z Compiling target-spec v3.4.2
40302025-02-24T21:07:28.165Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=62503c8b2d4b34c5 -C extra-filename=-050e9551b72c463b --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312025-02-24T21:07:28.240Z Compiling async-channel v1.9.0
40322025-02-24T21:07:28.243Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a8d764c71eb6a95 -C extra-filename=-f0b5b0e6cd1f79d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-808af2bc3025f462.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-02-24T21:07:28.335Z Compiling pbkdf2 v0.11.0
40342025-02-24T21:07:28.363Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=4e158133232ade93 -C extra-filename=-9e4aa79954600281 --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-eae16495eb77c4f8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-670fef024ee7d2da.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-02-24T21:07:28.576Z Compiling async-global-executor v2.4.1
40362025-02-24T21:07:28.579Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=a70389202de58fd2 -C extra-filename=-8457cf47a4cf98b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-4fe29e1bacbd434b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-9d2af3123687ef74.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-84fb48e053262991.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-a08fb64382f79c47.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372025-02-24T21:07:28.664Z Compiling async-process v2.3.0
40382025-02-24T21:07:28.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90435fe498115826 -C extra-filename=-8a2d8549fe143233 --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-84fb48e053262991.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-74dc25b2b81b254f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-a3c9ffbbf896f495.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392025-02-24T21:07:28.700Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b/build-script-build`
40402025-02-24T21:07:28.742Z Compiling cfg-expr v0.18.0
40412025-02-24T21:07:28.745Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=7745e59a04950942 -C extra-filename=-34f0d976c54ae8b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-43a8b6a8a2a9aea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-02-24T21:07:29.857Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=bd888cb924d5a1aa -C extra-filename=-a7aa70cab75cef73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-182662e5ecbd8530.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-20fd8b9173db8b53.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-55f7cdb91ed11cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432025-02-24T21:07:29.947Z Compiling ssh-key v0.6.6
40442025-02-24T21:07:29.952Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=7591c7d5207ab663 -C extra-filename=-02532d30eac1ac66 --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-045d593c75e87d49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e8ab695e098de34.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-15ad11c447c6faf0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c23a05ded0834b4c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-d88fdae8037916dd.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-2928bb0099628ee5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-02-24T21:07:30.016Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12bdc19d7b8cc16 -C extra-filename=-c4a77aed3136874e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462025-02-24T21:07:30.149Z Compiling p256 v0.13.2
40472025-02-24T21:07:30.152Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=ee1806fd505c6f6b -C extra-filename=-eb7014efcf6c4ed3 --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-f3df08accdb09450.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-97f5ef799477cbf5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-02-24T21:07:30.923Z Compiling p521 v0.13.3
40492025-02-24T21:07:30.926Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=966831446214a611 -C extra-filename=-080b72a1d50929e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f3df08accdb09450.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-97f5ef799477cbf5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-02-24T21:07:31.020Z Compiling petname v2.0.2
40512025-02-24T21:07:31.045Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=47fdf6262f5ee943 -C extra-filename=-c13a09b1dda41256 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-c13a09b1dda41256 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-02-24T21:07:32.156Z Compiling async-attributes v1.1.2
40532025-02-24T21:07:32.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=492108b7931fc039 -C extra-filename=-b57850de5a958fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-02-24T21:07:33.146Z Compiling russh-cryptovec v0.7.3
40552025-02-24T21:07:33.149Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b4ca18bd820c467 -C extra-filename=-162e461e60328c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-02-24T21:07:33.172Z Compiling num_cpus v1.16.0
40572025-02-24T21:07:33.174Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae9b0293652644c0 -C extra-filename=-5eda7960bf0c82e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-02-24T21:07:33.325Z Compiling kv-log-macro v1.0.7
40592025-02-24T21:07:33.327Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1890401a36a24f4 -C extra-filename=-2d4fc2622d364327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-02-24T21:07:33.474Z Compiling md5 v0.7.0
40612025-02-24T21:07:33.477Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=838966c9648680f2 -C extra-filename=-6ea6af0aaaf947a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622025-02-24T21:07:33.544Z Compiling fixedbitset v0.5.7
40632025-02-24T21:07:33.546Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5840e5210647d48d -C extra-filename=-140b94a4a31f886a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642025-02-24T21:07:33.753Z Compiling async-std v1.13.0
40652025-02-24T21:07:33.756Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=27ab4c4ef50a2bde -C extra-filename=-cd07f283bad5259e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-b57850de5a958fee.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-f0b5b0e6cd1f79d7.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-8457cf47a4cf98b5.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-84fb48e053262991.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-8a2d8549fe143233.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-2d4fc2622d364327.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-bb870f0abbb928a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-02-24T21:07:34.029Z Compiling petgraph v0.7.1
40672025-02-24T21:07:34.032Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=bb00a201baee42af -C extra-filename=-82b0751228e13339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-140b94a4a31f886a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682025-02-24T21:07:34.193Z Compiling russh-keys v0.45.0
40692025-02-24T21:07:34.231Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=782b6aab5972fd69 -C extra-filename=-54437b92e90321d1 --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-6fc38b3cce76e103.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-045d593c75e87d49.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-b6db8e82cadb6d24.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9859ead760911976.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-52b5f44978b2ff58.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cd56d14b0b6212ef.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f3df08accdb09450.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-354d480c8ddc8319.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6ea6af0aaaf947a5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-eb7014efcf6c4ed3.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b4a9411ed2b8b7b9.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-080b72a1d50929e4.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9e4aa79954600281.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-8cd4c7bc240ba761.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-bd5bf9aeacb55720.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-162e461e60328c58.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-15ad11c447c6faf0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fe84a36636d58293.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-2928bb0099628ee5.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-02532d30eac1ac66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702025-02-24T21:07:34.308Z Compiling threadpool v1.8.1
40712025-02-24T21:07:34.311Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b73d704ca9952a65 -C extra-filename=-ad1f91b38b26c2ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5eda7960bf0c82e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-02-24T21:07:35.015Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-c13a09b1dda41256/build-script-build`
40732025-02-24T21:07:35.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=63f7d521a89cba46 -C extra-filename=-65df188450f0b3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-34f0d976c54ae8b3.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-c4a77aed3136874e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-43a8b6a8a2a9aea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-02-24T21:07:36.264Z Compiling cargo_metadata v0.19.1
40752025-02-24T21:07:36.267Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=5ff6e3c2ca82019f -C extra-filename=-1f24f09b2023342a --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-b2bbac47fd6c6317.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-bc692256fb4426fd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-02-24T21:07:36.916Z Compiling httptest v0.16.3
40772025-02-24T21:07:36.919Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8774b83fa7fac69c -C extra-filename=-32de317c4f1cd175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f1f379659423d538.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-02-24T21:07:37.690Z Compiling num-bigint v0.4.6
40792025-02-24T21:07:37.692Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=38fa5207a7e25a4d -C extra-filename=-73041b9beb06c7d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-02-24T21:07:39.712Z Compiling pathdiff v0.2.3
40812025-02-24T21:07:39.714Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=555ee5520015377a -C extra-filename=-2077ef7639711892 --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-b2bbac47fd6c6317.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-02-24T21:07:39.914Z Compiling rustls-native-certs v0.7.3
40832025-02-24T21:07:39.916Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43ea3f16257551fb -C extra-filename=-e0be760ec0461c24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-02-24T21:07:40.054Z Compiling des v0.8.1
40852025-02-24T21:07:40.056Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=16fb402b14d03906 -C extra-filename=-42324e799fb6fda8 --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-394add6dc643abac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-02-24T21:07:40.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40872025-02-24T21:07:40.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f255a679aeed0d80 -C extra-filename=-2e54a085cb568cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-02-24T21:07:40.456Z Compiling nested v0.1.1
40892025-02-24T21:07:40.459Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=361a063f99b9b5ce -C extra-filename=-6ec860b506b2a8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-02-24T21:07:40.772Z Compiling escape8259 v0.5.3
40912025-02-24T21:07:40.775Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=544de62d89b31650 -C extra-filename=-765284600dac886e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-02-24T21:07:41.121Z Compiling libtest-mimic v0.7.3
40932025-02-24T21:07:41.124Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d39e071195d220f -C extra-filename=-8062f4f5bc6c2c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-765284600dac886e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ad1f91b38b26c2ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-02-24T21:07:41.381Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40952025-02-24T21:07:41.383Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=bd70228d478bacfd -C extra-filename=-580e2b6c15ef5d02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-2e54a085cb568cbd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-02-24T21:07:41.670Z Compiling guppy v0.17.17
40972025-02-24T21:07:41.673Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=33365005fb6407ee -C extra-filename=-5251e16a5b586ba4 --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-fd4409d3474136f7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-1f24f09b2023342a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-140b94a4a31f886a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-c4a77aed3136874e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-6ec860b506b2a8d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-2077ef7639711892.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-82b0751228e13339.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-65df188450f0b3e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-02-24T21:07:42.845Z Compiling russh v0.45.0
40992025-02-24T21:07:42.848Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=7b7a8cf2d9818a44 -C extra-filename=-094854018a1de4ff --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-6fc38b3cce76e103.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-5634faae05c658ac.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9859ead760911976.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5ac1d310a02b2f67.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-52b5f44978b2ff58.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-21d3daa525daffd2.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-42324e799fb6fda8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73041b9beb06c7d5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-eb7014efcf6c4ed3.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b4a9411ed2b8b7b9.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-080b72a1d50929e4.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e3111f8633f0a680.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-162e461e60328c58.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-2928bb0099628ee5.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-02532d30eac1ac66.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-02-24T21:07:44.318Z Compiling async-object-pool v0.1.5
41012025-02-24T21:07:44.321Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=627c3e3b631397d3 -C extra-filename=-75abf4287c5df1b8 --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-cd07f283bad5259e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-02-24T21:07:44.537Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=41cb2b075f9ef63c -C extra-filename=-1de6a746612e252f --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-0e80801ff897a8ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-02-24T21:07:46.572Z Compiling fancy-regex v0.13.0
41042025-02-24T21:07:46.574Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=2085dc8c6107f90f -C extra-filename=-0ae173e2d276b6c0 --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-6604f7429f9585a6.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-02-24T21:07:47.734Z Compiling rstest_macros v0.23.0
41062025-02-24T21:07:47.736Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.23.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=80d608854a45196a -C extra-filename=-93b2bce76d7bbd1f --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-93b2bce76d7bbd1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e786f130330793ec.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-02-24T21:07:48.301Z Compiling assert-json-diff v2.0.2
41082025-02-24T21:07:48.303Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4db9bc98837549e -C extra-filename=-1dd561c3cf8cd12a --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-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-02-24T21:07:48.515Z Compiling serde_regex v1.1.0
41102025-02-24T21:07:48.519Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34ded3f6ce5b44a8 -C extra-filename=-aa9f632ebbd134ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-02-24T21:07:48.701Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41122025-02-24T21:07:48.703Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddde3c34bcb5dae5 -C extra-filename=-4a6ba1330f73e0bd --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-02-24T21:07:48.822Z Compiling path-tree v0.8.1
41142025-02-24T21:07:48.825Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88cbcb7245117d54 -C extra-filename=-9277058463fde68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-02-24T21:07:48.854Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-fee8de572c3dd8bd/build-script-build`
41162025-02-24T21:07:48.901Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.22.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=c4ccfe2de7706796 -C extra-filename=-63fc23c80d0ae671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
41172025-02-24T21:07:49.128Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9/build-script-build`
41182025-02-24T21:07:49.139Z Compiling internet-checksum v0.2.1
41192025-02-24T21:07:49.142Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=d2298f0817871a9f -C extra-filename=-13051e6052c12f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-02-24T21:07:49.166Z Compiling target-triple v0.1.3
41212025-02-24T21:07:49.168Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0648956c8497b2b5 -C extra-filename=-570c10dfe4911b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-02-24T21:07:49.345Z Compiling sync-ptr v0.1.1
41232025-02-24T21:07:49.348Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7755f01392e76ea5 -C extra-filename=-d93ec13b1f6e1d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242025-02-24T21:07:49.395Z Compiling stringmetrics v2.2.2
41252025-02-24T21:07:49.397Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=2bb4121964930bf7 -C extra-filename=-6832e345e2f96af4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-02-24T21:07:49.583Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-93b2bce76d7bbd1f/build-script-build`
41272025-02-24T21:07:49.676Z Compiling httpmock v0.8.0-alpha.1
41282025-02-24T21:07:49.678Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=14690acce7ecba8b -C extra-filename=-17f6612bf69dcc66 --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-1dd561c3cf8cd12a.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-75abf4287c5df1b8.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-cd07f283bad5259e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1c9e203241d7a36c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-9277058463fde68d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-aa9f632ebbd134ab.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-6832e345e2f96af4.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-02-24T21:07:49.709Z Compiling datatest-stable v0.2.9
41302025-02-24T21:07:49.712Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6169c238bd22c7a5 -C extra-filename=-620599ccee43cb3a --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-b2bbac47fd6c6317.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-0ae173e2d276b6c0.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-8062f4f5bc6c2c22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-02-24T21:07:49.735Z Compiling similar-asserts v1.6.1
41322025-02-24T21:07:49.738Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=494845ee54f99fb7 -C extra-filename=-6d1d9a2b9f3db845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-02-24T21:07:49.738Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41/build-script-build`
41342025-02-24T21:07:49.799Z Compiling proc-macro-crate v3.2.0
41352025-02-24T21:07:49.802Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29e8dc2c7de26fb1 -C extra-filename=-5a42edc69ce58f82 --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-f5c4b4973dab872e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-02-24T21:07:50.338Z Compiling relative-path v1.9.3
41372025-02-24T21:07:50.340Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=70de3d81af693cb0 -C extra-filename=-0eb028b20f7c09fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382025-02-24T21:07:50.624Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8ca345a1af0178 -C extra-filename=-e1ca1331af96a009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
41392025-02-24T21:07:50.770Z Compiling multimap v0.10.0
41402025-02-24T21:07:50.776Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=e08741715b9d98ac -C extra-filename=-30d275c61223ce9e --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-4631825e58b7dc2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-02-24T21:07:50.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.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="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=e6fe0de184517123 -C extra-filename=-1d0e040c718a01f5 --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-63fc23c80d0ae671.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-101b26e9f09f60cf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3d1d78866ee01987.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41422025-02-24T21:07:51.010Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.23.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=759296eec30f4172 -C extra-filename=-e8a3616fe2d3b5fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-5a42edc69ce58f82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0eb028b20f7c09fe.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-02-24T21:07:51.102Z Compiling uzers v0.12.1
41442025-02-24T21:07:51.141Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=a0c313236b547675 -C extra-filename=-57e8641725d33b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-02-24T21:07:51.152Z Compiling trybuild v1.0.101
41462025-02-24T21:07:51.155Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=a8eacafd63534614 -C extra-filename=-d5fc0e7a66850dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e1ca1331af96a009.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-02-24T21:07:52.200Z Compiling partial-io v0.5.4
41482025-02-24T21:07:52.203Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=bb3613f6509df4f6 -C extra-filename=-7785f2346c8a561e --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-fb5aade8bf0641e2.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f3e12f10bd57173c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-02-24T21:07:52.664Z Compiling blake2b_simd v1.0.2
41502025-02-24T21:07:52.667Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=c65964f4c9cd1808 -C extra-filename=-5fe6960b34ecb960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e731655d913e606a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-0c8a3536f160cb9e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-02-24T21:07:53.974Z Compiling rustls-webpki v0.102.8
41522025-02-24T21:07:53.977Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=f42261dbddff2c66 -C extra-filename=-45648fe7f414cd5a --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-1d0e040c718a01f5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41532025-02-24T21:07:55.847Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e07de0a3ad3e24b7 -C extra-filename=-e4d2d17d00bdc364 --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-1d0e040c718a01f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-45648fe7f414cd5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41542025-02-24T21:07:57.187Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=f2ab0f39889c158c -C extra-filename=-d8e2dc1db3ceb321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-45648fe7f414cd5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41552025-02-24T21:07:57.573Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=2e594be98a6c39c4 -C extra-filename=-814754a455ee626e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-348b418b47859ab5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
41562025-02-24T21:07:58.149Z Compiling git2 v0.19.0
41572025-02-24T21:07:58.159Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=20ca8c3ea0eaab33 -C extra-filename=-04a8f85be9e7e63d --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-29880e90f788ef89.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-814754a455ee626e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64`
41582025-02-24T21:07:58.192Z Compiling rand_distr v0.4.3
41592025-02-24T21:07:58.194Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=e20d9afc3f9e781a -C extra-filename=-9e50664fdf871a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-02-24T21:07:59.152Z Compiling approx v0.5.1
41612025-02-24T21:07:59.155Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=f8413e81004cabb6 -C extra-filename=-b3e9fc05d66ffd44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622025-02-24T21:07:59.422Z Compiling rust-argon2 v2.1.0
41632025-02-24T21:07:59.425Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1306718683f7c1ce -C extra-filename=-4686149c940e4104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-5fe6960b34ecb960.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642025-02-24T21:08:00.307Z Compiling rstest v0.23.0
41652025-02-24T21:08:00.310Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.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="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=3d3b0d592fb2c10a -C extra-filename=-ac756f42035316c6 --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-fb5aade8bf0641e2.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1c9e203241d7a36c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-e8a3616fe2d3b5fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662025-02-24T21:08:00.577Z Compiling cargo_toml v0.20.5
41672025-02-24T21:08:00.579Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.20.5/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=e5d1a5cdba80232d -C extra-filename=-ea2464f2975daff1 --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-4631825e58b7dc2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-02-24T21:08:01.200Z Compiling termios v0.3.3
41692025-02-24T21:08:01.204Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5dc16838a699847 -C extra-filename=-d1acaa504fd3d2ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702025-02-24T21:08:01.492Z Compiling tokio-rustls v0.25.0
41712025-02-24T21:08:01.495Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=0a47dc8deddebc4c -C extra-filename=-4404cbd77b798623 --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-d8e2dc1db3ceb321.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41722025-02-24T21:08:01.963Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b6050e15e176048d -C extra-filename=-8047353ccb7cb815 --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-8a65d090e0c227de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-5dc19d7223e5b428.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5dc769abc3499bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-18a77ab1b5b7370c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d0efccf69272432f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-120e896d53937314.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4404cbd77b798623.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7c16aac9203f6a9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41732025-02-24T21:08:05.658Z Compiling tokio-rustls v0.26.0
41742025-02-24T21:08:05.660Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=4d577b4f4d2a0ab4 -C extra-filename=-7b24c14e42ad8936 --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-e4d2d17d00bdc364.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41752025-02-24T21:08:06.177Z Compiling hyper-rustls v0.27.3
41762025-02-24T21:08:06.180Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=796f91d4cd7cda4f -C extra-filename=-d17c33b7a1f6a20d --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-697a23ccce5da83d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-481633e7b4bd1156.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41772025-02-24T21:08:06.328Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.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 '--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=70aece7a79b42676 -C extra-filename=-dfa3aefae07cafa4 --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-8a65d090e0c227de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-7f555fd5ac84ba70.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5dc769abc3499bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-18a77ab1b5b7370c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d0efccf69272432f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-120e896d53937314.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4404cbd77b798623.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7c16aac9203f6a9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41782025-02-24T21:08:06.669Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/cc13773/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=7a4dac5d5e8ddcc8 -C extra-filename=-883f833b8a080d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-572e8506716270bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-48c11a5ec6a3558d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-03308146bb20bace.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41792025-02-24T21:08:06.870Z Compiling reqwest v0.12.12
41802025-02-24T21:08:06.873Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=c5ed0cf0384e2b85 -C extra-filename=-054ab1ed879eac37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-bc0bef310f160c1a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-9cbd6bf8af19e966.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c411555b488afee2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7282e5bae3209836.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d17c33b7a1f6a20d.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-64eee2be9eb0b19d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-87e35900bb036659.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4a551f73464d95d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-c12a060078d8dfb6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-481633e7b4bd1156.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41812025-02-24T21:08:08.059Z Compiling qorb v0.2.1
41822025-02-24T21:08:08.062Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=3d641680ade0e5cf -C extra-filename=-32cd06dae0a2bd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ccc51c1f19963186.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41832025-02-24T21:08:08.725Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=5208eb3cabd57153 -C extra-filename=-e8a347cadfc055e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-04a8f85be9e7e63d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e786f130330793ec.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41842025-02-24T21:08:09.106Z Compiling hyper-rustls v0.26.0
41852025-02-24T21:08:09.108Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=aa9fcaf35202531b -C extra-filename=-e4c36eafcc2b5402 --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-697a23ccce5da83d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0be760ec0461c24.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4404cbd77b798623.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/`
41862025-02-24T21:08:09.659Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41872025-02-24T21:08:09.662Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c0464dc2dc3c86d -C extra-filename=-669f6ee18c40ccd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-ea2464f2975daff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-02-24T21:08:10.361Z Compiling progenitor-client v0.9.1
41892025-02-24T21:08:10.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a03616d159a96a9e -C extra-filename=-236cc88c1dc4783e --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-5adfbd3b6ddc2daa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41902025-02-24T21:08:10.403Z Compiling progenitor-client v0.8.0
41912025-02-24T21:08:10.406Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1af8d5535a62173 -C extra-filename=-0f400afb90ecc625 --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-5adfbd3b6ddc2daa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41922025-02-24T21:08:10.924Z Compiling progenitor v0.8.0
41932025-02-24T21:08:10.927Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b4604e4b6d134cf -C extra-filename=-06ea6bc9337c0a4a --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-0f400afb90ecc625.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-69231c15d228a573.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-39f003326cfd1b4a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41942025-02-24T21:08:10.956Z Compiling progenitor v0.9.1
41952025-02-24T21:08:10.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=b3395e5e0ab4e7eb -C extra-filename=-7907a7b23acf13ee --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-236cc88c1dc4783e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1a0c1197e4b2d71a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0d50e58c7dd196dd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41962025-02-24T21:08:11.195Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
41972025-02-24T21:08:11.198Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65392e87642cfa03 -C extra-filename=-e892e201b4a70421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06ea6bc9337c0a4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41982025-02-24T21:08:11.223Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41992025-02-24T21:08:11.226Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=63a70dd04a29b745 -C extra-filename=-faaa8f88933b410f --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-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06ea6bc9337c0a4a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1fbad97afc682301.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42002025-02-24T21:08:12.196Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
42012025-02-24T21:08:12.199Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4e86d0f9122946e -C extra-filename=-a0bdb445346c070e --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-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-cc6d6790a32edab9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1fbad97afc682301.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42022025-02-24T21:08:13.225Z Compiling omicron-zone-package v0.12.0
42032025-02-24T21:08:13.267Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3cd5b469ea0187a -C extra-filename=-69b8998695bddf7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4b54bf9df690813f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-86177580405ba44e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42042025-02-24T21:08:13.661Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
42052025-02-24T21:08:13.664Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d53d5c16bf05c992 -C extra-filename=-c8473ea25ba2c96c --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-ae57fe945b3cd13c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06ea6bc9337c0a4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42062025-02-24T21:08:15.149Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42072025-02-24T21:08:15.152Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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=33e50147124577a8 -C extra-filename=-6063009465844351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42082025-02-24T21:08:15.274Z Compiling samael v0.0.18
42092025-02-24T21:08:15.278Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.18/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=97d5bbd2fa43e0e2 -C extra-filename=-80ba5683df12017b --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-80ba5683df12017b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-da7516cb8855892d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-02-24T21:08:16.760Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42112025-02-24T21:08:16.763Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26ea813bc61f3978 -C extra-filename=-d931e294d281b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4d83138544118069.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-faaa8f88933b410f.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-36e5ebd42ca99137.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-12459c60337b3e06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1fbad97afc682301.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8558cd4121d616a4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-256ac6f1797a9f9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42122025-02-24T21:08:17.143Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42132025-02-24T21:08:17.147Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c37dec1204e22a8b -C extra-filename=-a798c5fa8dca9602 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a798c5fa8dca9602 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-fd4409d3474136f7.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3805e50040eab60e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7452dacb57403ae0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-21d3daa525daffd2.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-21a18968d3433001.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f3df08accdb09450.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d17c33b7a1f6a20d.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-354d480c8ddc8319.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rlib --extern itertools_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e8ab695e098de34.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-bf562a6d410b30f1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-45648fe7f414cd5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-dcc9899e38525e4e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-14f1357c2d07b8a8.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fe2051b78116dbca.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-63cc6ce3fac197ff.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42142025-02-24T21:08:17.528Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
42152025-02-24T21:08:17.531Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2652487/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dafa140ff4e1d7d7 -C extra-filename=-17589a98299d444f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-45e7b4f8db5daf4a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-fc1cd92120c11bc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1fbad97afc682301.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
42162025-02-24T21:08:17.570Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a798c5fa8dca9602/build-script-build`
42172025-02-24T21:08:17.617Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ea14576b1711111 -C extra-filename=-19812872ac39d2c4 --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-fd4409d3474136f7.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3805e50040eab60e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7452dacb57403ae0.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-21d3daa525daffd2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-21a18968d3433001.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f3df08accdb09450.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d17c33b7a1f6a20d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-354d480c8ddc8319.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rmeta --extern itertools_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e8ab695e098de34.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-bf562a6d410b30f1.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-45648fe7f414cd5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-dcc9899e38525e4e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-14f1357c2d07b8a8.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fe2051b78116dbca.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-63cc6ce3fac197ff.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42182025-02-24T21:08:17.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42192025-02-24T21:08:17.808Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e20e7d1df27ef4f -C extra-filename=-63a2f56287ef745f --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-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42202025-02-24T21:08:17.846Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42212025-02-24T21:08:17.849Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75227298dfff03e7 -C extra-filename=-8518938d819701a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42222025-02-24T21:08:18.013Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42232025-02-24T21:08:18.016Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c6e0cbd50515d79 -C extra-filename=-66d581f9bf0ea5b8 --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-19812872ac39d2c4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42242025-02-24T21:08:18.327Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42252025-02-24T21:08:18.330Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e158f88afe0c6ac9 -C extra-filename=-1e247bec5467e152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-7cd68ff7f4969d67.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42262025-02-24T21:08:18.640Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42272025-02-24T21:08:18.643Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=959fdab035b3cf35 -C extra-filename=-b0abedc6781ec776 --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-3bac2aa395ec06d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42282025-02-24T21:08:18.730Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42292025-02-24T21:08:18.733Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c15bbcdf33adf9ac -C extra-filename=-4773b074091952db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-56b9c3a5d86eda83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42302025-02-24T21:08:18.798Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42312025-02-24T21:08:18.801Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=511aa18565b0f391 -C extra-filename=-4188c77bc8e6e01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42322025-02-24T21:08:18.835Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=23e93fb0eff003c2 -C extra-filename=-3b2e31be1a185a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-56b9c3a5d86eda83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42332025-02-24T21:08:19.054Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42342025-02-24T21:08:19.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acd2cc25e0da4234 -C extra-filename=-8bf28c2d62e5617e --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-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42352025-02-24T21:08:20.340Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42362025-02-24T21:08:20.342Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37c5af3d243ddcc3 -C extra-filename=-010a66f8b153a355 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-010a66f8b153a355 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42372025-02-24T21:08:20.758Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-010a66f8b153a355/build-script-build`
42382025-02-24T21:08:20.804Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
42392025-02-24T21:08:20.807Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77bf0f7b741620a1 -C extra-filename=-863e3fb71ecfa6d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-863e3fb71ecfa6d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-69b8998695bddf7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1be018b780aab1e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b65f090a91e4a0c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42402025-02-24T21:08:22.073Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
42412025-02-24T21:08:22.075Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_brand_metadata --edition=2021 brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b69416841922c4e1 -C extra-filename=-7dc08e69d4f97632 --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-19812872ac39d2c4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42422025-02-24T21:08:22.231Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42432025-02-24T21:08:22.257Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1bc6f0d0e3d94f -C extra-filename=-7a34b1cf80f89f00 --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-19812872ac39d2c4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42442025-02-24T21:08:22.475Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42452025-02-24T21:08:22.478Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89d3df0e8b0cd120 -C extra-filename=-28dddc8cfa9e540a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42462025-02-24T21:08:22.517Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42472025-02-24T21:08:22.519Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81b9080a8bbbcc2c -C extra-filename=-d0bf17e6aa14d1d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-d0bf17e6aa14d1d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42482025-02-24T21:08:22.937Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-d0bf17e6aa14d1d2/build-script-build`
42492025-02-24T21:08:22.980Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42502025-02-24T21:08:22.983Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02c17bc5a144302f -C extra-filename=-7958d375644a32c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42512025-02-24T21:08:23.545Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42522025-02-24T21:08:23.547Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f081e82a4bb65b1 -C extra-filename=-97aa7a753b29c459 --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-5adfbd3b6ddc2daa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42532025-02-24T21:08:24.147Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42542025-02-24T21:08:24.151Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04a6777709508d26 -C extra-filename=-387f9dd23e4acfa4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-387f9dd23e4acfa4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42552025-02-24T21:08:24.570Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-387f9dd23e4acfa4/build-script-build`
42562025-02-24T21:08:24.611Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42572025-02-24T21:08:24.613Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdd84e376ea3ebc2 -C extra-filename=-90d09624cdf1136b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-90d09624cdf1136b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42582025-02-24T21:08:25.031Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-80ba5683df12017b/build-script-bindings`
42592025-02-24T21:08:25.085Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42602025-02-24T21:08:25.088Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=834beaedb9570453 -C extra-filename=-7ef9fbe165d38141 --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-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42612025-02-24T21:08:25.943Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-90d09624cdf1136b/build-script-build`
42622025-02-24T21:08:25.987Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42632025-02-24T21:08:25.990Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37bf31a52ead4fa1 -C extra-filename=-034af6916866393b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42642025-02-24T21:08:26.328Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42652025-02-24T21:08:26.330Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=1c24710d156e85a4 -C extra-filename=-9418e9b611ff7269 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9418e9b611ff7269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42662025-02-24T21:08:26.736Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9418e9b611ff7269/build-script-build`
42672025-02-24T21:08:26.779Z Compiling tough v0.19.0
42682025-02-24T21:08:26.803Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=8473fe51b043ae66 -C extra-filename=-3471be71a9998123 --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-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6e4ff5b6f276c867.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-8aa4a3d47a135929.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-43ea2c3d6d9a6a44.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-606f18b99eb5b850.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-c7fc43f1738c1f14.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3d1d78866ee01987.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42692025-02-24T21:08:27.156Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=38a9216f76b4c0f9 -C extra-filename=-37dd1c786a216625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-f6c9bf115c5cb608.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-7fb2d77fb76817ca.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-a4c6b65d403ae44f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-67c3175ba0af28af.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
42702025-02-24T21:08:27.762Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
42712025-02-24T21:08:27.765Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87c29dc0ce34edab -C extra-filename=-771be0fc5813f11a --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-0f65f7857976e1da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42722025-02-24T21:08:28.013Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42732025-02-24T21:08:28.015Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd99d7714c696179 -C extra-filename=-f6f9e944b25a7e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42742025-02-24T21:08:28.197Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42752025-02-24T21:08:28.200Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=032f85ca2b2b92f6 -C extra-filename=-7f6bc9ed3dfc55c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7f6bc9ed3dfc55c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42762025-02-24T21:08:28.620Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7f6bc9ed3dfc55c6/build-script-build`
42772025-02-24T21:08:28.662Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42782025-02-24T21:08:28.694Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8187c1782703bf51 -C extra-filename=-cec4fb75957b0684 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cec4fb75957b0684 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42792025-02-24T21:08:29.070Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42802025-02-24T21:08:29.105Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=737be138b3b77156 -C extra-filename=-f4ecb0b36e7c7579 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f4ecb0b36e7c7579 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42812025-02-24T21:08:29.460Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f4ecb0b36e7c7579/build-script-build`
42822025-02-24T21:08:29.534Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cec4fb75957b0684/build-script-build`
42832025-02-24T21:08:29.545Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42842025-02-24T21:08:29.548Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6bd1112a6d47c5a -C extra-filename=-e0dd7274a0346e8f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e0dd7274a0346e8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42852025-02-24T21:08:29.945Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42862025-02-24T21:08:29.990Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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=aa25f14bc969c342 -C extra-filename=-8a28ea0a1daa8aaf --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-8a28ea0a1daa8aaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-e8a347cadfc055e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64`
42872025-02-24T21:08:32.003Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=e117ceeec1caa0f6 -C extra-filename=-fe224a45aaccbbdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1b4016f4f69c16a8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9fad854381504c8f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4cd6c7ef5290d0bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4ba656415ee5e8ed.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8518938d819701a2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
42882025-02-24T21:08:34.053Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42892025-02-24T21:08:34.056Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b83d2e0a9c4f11f9 -C extra-filename=-fed5ac6f40b5bb28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42902025-02-24T21:08:35.716Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42912025-02-24T21:08:35.719Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79659ba3a8f10cc7 -C extra-filename=-31143391b78575c3 --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-5adfbd3b6ddc2daa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42922025-02-24T21:08:36.349Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42932025-02-24T21:08:36.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ce0e98323afa018 -C extra-filename=-a0747d03d937271a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42942025-02-24T21:08:37.538Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42952025-02-24T21:08:37.541Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25d139d405c2e420 -C extra-filename=-db404913662c15b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42962025-02-24T21:08:38.262Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42972025-02-24T21:08:38.265Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=40a46d4d8452fed2 -C extra-filename=-e7fdbc91f3cc96b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d931e294d281b338.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42982025-02-24T21:08:38.363Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cabfb94e2f871e06 -C extra-filename=-340b721f52d6bc4f --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-5adfbd3b6ddc2daa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3b2e31be1a185a3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42992025-02-24T21:08:40.104Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43002025-02-24T21:08:40.108Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fcc4ff2ebba5cdd -C extra-filename=-2a8b7d03089b12b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43012025-02-24T21:08:40.754Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43022025-02-24T21:08:40.757Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc98f61679de3b15 -C extra-filename=-54fd7b546fca2531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43032025-02-24T21:08:41.161Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43042025-02-24T21:08:41.164Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a844ea948cdc4379 -C extra-filename=-727d162311eca300 --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-fb5aade8bf0641e2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43052025-02-24T21:08:41.263Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-863e3fb71ecfa6d0/build-script-build`
43062025-02-24T21:08:42.595Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3acecfe6ba04a91d -C extra-filename=-5eea2a54d95b706f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-340b721f52d6bc4f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43072025-02-24T21:08:42.727Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43082025-02-24T21:08:42.729Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8132c71f60b0c580 -C extra-filename=-0b2987a6f6b7838f --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-9f1062e4bb9f4318.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43092025-02-24T21:08:43.241Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aed725ee1fcedb4b -C extra-filename=-e51bf5e11922fdea --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-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43102025-02-24T21:08:43.815Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43112025-02-24T21:08:43.817Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2f237ce5512b3a -C extra-filename=-cf8256bd2d360a59 --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-9f1062e4bb9f4318.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43122025-02-24T21:08:43.945Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43132025-02-24T21:08:43.947Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=578c02538ee66236 -C extra-filename=-b8d7851c4bb274a8 --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-5c9b996b0faf56ee.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43142025-02-24T21:08:44.192Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43152025-02-24T21:08:44.198Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cab29c1010efc697 -C extra-filename=-4ff17e1ad73f931a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43162025-02-24T21:08:44.809Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43172025-02-24T21:08:44.812Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f494f5de2347c90d -C extra-filename=-24db9e9e1fff9ee2 --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-fe224a45aaccbbdd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43182025-02-24T21:08:45.013Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43192025-02-24T21:08:45.016Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bd6ae2477afa6b0 -C extra-filename=-915b597cc53dc979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43202025-02-24T21:08:45.080Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43212025-02-24T21:08:45.106Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec48e644904902af -C extra-filename=-98ebfef30f8dd3ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43222025-02-24T21:08:45.167Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43232025-02-24T21:08:45.170Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9e01dabcc7cda44 -C extra-filename=-4a3b00f9e23d87d2 --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-6a20e34d6cebccd8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-03308146bb20bace.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43242025-02-24T21:08:45.876Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43252025-02-24T21:08:45.879Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90b0502ae6c5fc29 -C extra-filename=-f9cc74e302d83996 --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-88151d25da631bbe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43262025-02-24T21:08:45.904Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43272025-02-24T21:08:45.907Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7305a541802712a0 -C extra-filename=-ef08590545247b9f --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-19812872ac39d2c4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5eea2a54d95b706f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-340b721f52d6bc4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43282025-02-24T21:08:46.346Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d84fc334976f551e -C extra-filename=-754a343d9af69faf --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-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-41fd45aaf1e4cec6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-49343b6f2de18f70.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43292025-02-24T21:08:46.813Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43302025-02-24T21:08:46.830Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca490dfc90ba0ceb -C extra-filename=-7f91f6d2af5557b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-242931a73d74a596.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-389cf0d8ef76c6ff.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-13b0bb69b9c51c90.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
43312025-02-24T21:08:48.449Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43322025-02-24T21:08:48.451Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a0d77ac73ad0162 -C extra-filename=-c61b17a26cc42d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43332025-02-24T21:08:49.735Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43342025-02-24T21:08:49.739Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44abb9e79ff4dc4a -C extra-filename=-9f29072dad9b2836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43352025-02-24T21:08:50.220Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43362025-02-24T21:08:50.222Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63f32db537cb53a0 -C extra-filename=-148718d874e34b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43372025-02-24T21:08:54.261Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43382025-02-24T21:08:54.288Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8407b111f531067c -C extra-filename=-ddf6d120129f9ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-54fd7b546fca2531.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ef08590545247b9f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43392025-02-24T21:08:54.322Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43402025-02-24T21:08:54.324Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddfc192349006876 -C extra-filename=-01841d2458c58122 --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-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43412025-02-24T21:08:54.734Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43422025-02-24T21:08:54.736Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=4f8edfb6e9d99ab9 -C extra-filename=-94a90d540ea579d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-350cdc0287fbbe85.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43432025-02-24T21:08:59.488Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=298b48d3a598a972 -C extra-filename=-d9b3aa353de0fb3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8db870f95be0bd1d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d72533d12a444952.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f1a97b7a83aa370a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18663105839b419d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43442025-02-24T21:09:00.363Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43452025-02-24T21:09:00.365Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b7db456441397e5 -C extra-filename=-b9aae84192a86d94 --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-c8473ea25ba2c96c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43462025-02-24T21:09:00.795Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43472025-02-24T21:09:00.797Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a82a9164ad7470b8 -C extra-filename=-02ee5c9f540b665a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
43482025-02-24T21:09:02.590Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43492025-02-24T21:09:02.593Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13aa61189e6d195c -C extra-filename=-2bdcd6ae26c8f930 --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-dfa3aefae07cafa4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43502025-02-24T21:09:02.761Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43512025-02-24T21:09:02.764Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26f2b3a1601a288e -C extra-filename=-c3cc00f571abc039 --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-b2bbac47fd6c6317.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43522025-02-24T21:09:03.930Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43532025-02-24T21:09:03.933Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0a4b6b5b04d61f5 -C extra-filename=-00cba0daa48a76b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43542025-02-24T21:09:04.444Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43552025-02-24T21:09:04.447Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ed085ce99d2cc5a -C extra-filename=-37990945e00c9d85 --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-281946d4de375671.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43562025-02-24T21:09:04.667Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43572025-02-24T21:09:04.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6a521bcc2abfd33 -C extra-filename=-a0a84f301fd540f4 --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-dfa3aefae07cafa4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43582025-02-24T21:09:05.895Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43592025-02-24T21:09:05.935Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c33f8af831f90e71 -C extra-filename=-14d3105132243c2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d0efccf69272432f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
43602025-02-24T21:09:06.202Z Compiling polar-core v0.27.3
43612025-02-24T21:09:06.227Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d86272932653e56a -C extra-filename=-4c9104a0fd457ca3 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-4c9104a0fd457ca3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-37b0735a015e08ef.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb042d56ae9b889f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622025-02-24T21:09:06.230Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43632025-02-24T21:09:06.269Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eacc8fbd4cf7bc48 -C extra-filename=-72b239405e5cca25 --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-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43642025-02-24T21:09:06.980Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43652025-02-24T21:09:06.983Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6d4fedc51d21f3c -C extra-filename=-1eb87908f64ba8a8 --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-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43662025-02-24T21:09:07.119Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43672025-02-24T21:09:07.121Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6bcdd2d5c092edc -C extra-filename=-45ea67ea30c6e126 --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-9f1062e4bb9f4318.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43682025-02-24T21:09:07.982Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-4c9104a0fd457ca3/build-script-build`
43692025-02-24T21:09:08.172Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43702025-02-24T21:09:08.175Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d4da06b7b2fe39 -C extra-filename=-300d43aa2085a5e0 --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-dfa3aefae07cafa4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43712025-02-24T21:09:08.445Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43722025-02-24T21:09:08.448Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4b3fa324c2d2e46 -C extra-filename=-b4848a70f4fec05a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43732025-02-24T21:09:09.085Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43742025-02-24T21:09:09.089Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=489fe9129e1a51a0 -C extra-filename=-07a36a6ccdf2612f --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-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43752025-02-24T21:09:09.720Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e9cd5144dd5dd758 -C extra-filename=-cc1abb51799a43f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-d33a4a5442d4a3b1.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3cff2d5f6150fa30.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762025-02-24T21:09:09.769Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43772025-02-24T21:09:09.772Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1789f8f70b5ccd4 -C extra-filename=-3bea4521b6805712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43782025-02-24T21:09:10.804Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43792025-02-24T21:09:10.807Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3b0817a0d31f276 -C extra-filename=-ea4b572d36ceb8f5 --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-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43802025-02-24T21:09:12.286Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82cc999ed2f9b706 -C extra-filename=-e3ada1b56e33eead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43812025-02-24T21:09:12.738Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43822025-02-24T21:09:12.740Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dcd8e619cc80dac -C extra-filename=-b9b9e87d4790bcba --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-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43832025-02-24T21:09:13.094Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43842025-02-24T21:09:13.097Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f42e50a757733ac -C extra-filename=-f0893da1afe109c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43852025-02-24T21:09:15.226Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43862025-02-24T21:09:15.229Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0e61c84fafa144e -C extra-filename=-7317870df848dc7f --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-5c9b996b0faf56ee.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43872025-02-24T21:09:15.850Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43882025-02-24T21:09:15.852Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6475fc8a0a747798 -C extra-filename=-bf04b10960ab9ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43892025-02-24T21:09:16.211Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43902025-02-24T21:09:16.214Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd2d89c2e4ef5ee9 -C extra-filename=-947cbbe81cc7ed4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64`
43912025-02-24T21:09:18.082Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43922025-02-24T21:09:18.084Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bca99abedf9df5e -C extra-filename=-195197b25f19675f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43932025-02-24T21:09:18.530Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43942025-02-24T21:09:18.554Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8259d778818c631 -C extra-filename=-9976854d2d62bf8f --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-dfa3aefae07cafa4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43952025-02-24T21:09:20.335Z Compiling oso v0.27.3
43962025-02-24T21:09:20.337Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=418bb409292d357d -C extra-filename=-1495b622cc7fc256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-7b9ed102557d4674.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0649dd5997e54ad7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-cc1abb51799a43f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972025-02-24T21:09:21.824Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43982025-02-24T21:09:21.851Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0a9a086ae87bec8 -C extra-filename=-9e17f86f9b7835dc --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-9f1062e4bb9f4318.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43992025-02-24T21:09:22.499Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44002025-02-24T21:09:22.502Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a707be7c5e4cdfcb -C extra-filename=-0f5bb1c4d4855b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44012025-02-24T21:09:24.996Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44022025-02-24T21:09:24.999Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=38b1b3be2447cc24 -C extra-filename=-c08d9fdf0048fa86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44032025-02-24T21:09:25.392Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44042025-02-24T21:09:25.395Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35e38bd869831676 -C extra-filename=-8b57d6a255dd847e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-385c37422c889849.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44052025-02-24T21:09:26.454Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44062025-02-24T21:09:26.500Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52fdb7f7a27128cb -C extra-filename=-3c2ad14ebe5b9c05 --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-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44072025-02-24T21:09:27.523Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-8a28ea0a1daa8aaf/build-script-build`
44082025-02-24T21:09:29.281Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e0dd7274a0346e8f/build-script-build`
44092025-02-24T21:09:29.283Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102025-02-24T21:09:29.308Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36c96205d0952e9d -C extra-filename=-c8eaa46f3d56f899 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-c8eaa46f3d56f899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44112025-02-24T21:09:29.503Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44122025-02-24T21:09:29.505Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aac677ef695b7914 -C extra-filename=-930c8b72c40fe32c --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-9f1062e4bb9f4318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44132025-02-24T21:09:29.739Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-c8eaa46f3d56f899/build-script-build`
44142025-02-24T21:09:29.742Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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=5fbba80937c31022 -C extra-filename=-a931473b77a92d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-45e7b4f8db5daf4a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-9a46efeb4934fd67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cd4ddec80e319a56.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-234444c2a5b85bcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-523c46b93a77a020.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/lib/amd64`
44152025-02-24T21:09:29.768Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
44162025-02-24T21:09:29.770Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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=8c12e39187f419fa -C extra-filename=-f9be9ff5dba8a368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
44172025-02-24T21:09:31.005Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
44182025-02-24T21:09:31.008Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1fd754701809058 -C extra-filename=-c89feb256f4f1079 --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-9f1062e4bb9f4318.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-a0f6b1bb0e79eb14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06ea6bc9337c0a4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
44192025-02-24T21:09:32.355Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44202025-02-24T21:09:32.358Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44212025-02-24T21:09:32.358Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c3155a99995072d -C extra-filename=-9c1931680042b638 --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-b2bbac47fd6c6317.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
44222025-02-24T21:09:32.358Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e862ddfa3588095 -C extra-filename=-0b6c1609400b5287 --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-9f1062e4bb9f4318.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44232025-02-24T21:09:34.708Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
44242025-02-24T21:09:34.711Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b36621c07e3912ef -C extra-filename=-cf61d9e5097d0802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44252025-02-24T21:09:34.954Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44262025-02-24T21:09:34.992Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7232e3e4f2bee7a -C extra-filename=-885ffbcf93da03a6 --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-a0747d03d937271a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44272025-02-24T21:09:36.690Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44282025-02-24T21:09:36.692Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4988bdd550bc0827 -C extra-filename=-baf6f2e45d22465d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44292025-02-24T21:09:36.824Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
44302025-02-24T21:09:36.827Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d57f5b398424d0 -C extra-filename=-c7850c89e466a8a9 --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-19812872ac39d2c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44312025-02-24T21:09:38.416Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44322025-02-24T21:09:38.419Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=881ad1d8a1a67205 -C extra-filename=-394a6b57afe5d733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44332025-02-24T21:09:40.296Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44342025-02-24T21:09:40.298Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a71c47c3cf412231 -C extra-filename=-814754cc09174e9e --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-01841d2458c58122.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44352025-02-24T21:09:40.325Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44362025-02-24T21:09:40.348Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee53157183d4eaf3 -C extra-filename=-d58b8f1a883e8116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44372025-02-24T21:09:42.944Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44382025-02-24T21:09:42.948Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2c61f1373171de6 -C extra-filename=-9b13aef1e2f37eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1984506723f571ee.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44392025-02-24T21:09:44.790Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44402025-02-24T21:09:44.807Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bccdac05318fe06 -C extra-filename=-32a019e52ddca295 --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-9f1062e4bb9f4318.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44412025-02-24T21:09:45.443Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44422025-02-24T21:09:45.446Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dc590c4b77bd5b3 -C extra-filename=-ec93feddcd3efdc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44432025-02-24T21:09:46.014Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44442025-02-24T21:09:46.017Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9dce4e08988ebc9 -C extra-filename=-596d7dcfa866fc64 --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-32a019e52ddca295.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44452025-02-24T21:09:46.035Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44462025-02-24T21:09:46.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4fec90ca480717e -C extra-filename=-1b9c22fc8485aadc --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-915b597cc53dc979.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44472025-02-24T21:09:47.475Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44482025-02-24T21:09:47.515Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb6338774a54088 -C extra-filename=-ba26ac3476fff6be --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-b2bbac47fd6c6317.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44492025-02-24T21:09:48.112Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
44502025-02-24T21:09:48.115Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02d8e9be0ea31894 -C extra-filename=-594f9c0a6241b0f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44512025-02-24T21:09:48.846Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44522025-02-24T21:09:48.848Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30813dc6cde1a3b4 -C extra-filename=-b37dc2f4e300364b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-b37dc2f4e300364b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44532025-02-24T21:09:49.268Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44542025-02-24T21:09:49.271Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0791f87132c80480 -C extra-filename=-0123ff02b5e38b10 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0123ff02b5e38b10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44552025-02-24T21:09:49.685Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44562025-02-24T21:09:49.688Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a87502b5afb10c9 -C extra-filename=-f394fe378a726575 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-f394fe378a726575 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44572025-02-24T21:09:50.107Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44582025-02-24T21:09:50.109Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=252817ec21742f08 -C extra-filename=-c256e9fc29d29de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
44592025-02-24T21:09:51.131Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44602025-02-24T21:09:51.134Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47ac61eeef870c40 -C extra-filename=-779efec6d042182e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-779efec6d042182e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44612025-02-24T21:09:51.555Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44622025-02-24T21:09:51.557Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3a7975a2902dff4 -C extra-filename=-5c77b8e2e29346b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-5c77b8e2e29346b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44632025-02-24T21:09:52.001Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-5c77b8e2e29346b8/build-script-build`
44642025-02-24T21:09:52.044Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-779efec6d042182e/build-script-build`
44652025-02-24T21:09:52.090Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-f394fe378a726575/build-script-build`
44662025-02-24T21:09:52.158Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0123ff02b5e38b10/build-script-build`
44672025-02-24T21:09:52.177Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-b37dc2f4e300364b/build-script-build`
44682025-02-24T21:09:52.221Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44692025-02-24T21:09:52.224Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e15fcb5169a09885 -C extra-filename=-685e9f4734a0a4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44702025-02-24T21:09:53.350Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44712025-02-24T21:09:53.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7b2bf68f7f3a68d -C extra-filename=-7c0c44d4a1560bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1de6a746612e252f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44722025-02-24T21:09:56.658Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44732025-02-24T21:09:56.662Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e93283ac8e11f7cf -C extra-filename=-9ef4b38f48c8b3c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44742025-02-24T21:09:56.687Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44752025-02-24T21:09:56.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d2a856e2b3dc266 -C extra-filename=-36b4224e6348cd1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44762025-02-24T21:10:03.677Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44772025-02-24T21:10:03.680Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=940ab73fbc03a7d5 -C extra-filename=-2101375c266e9fa0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-2101375c266e9fa0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44782025-02-24T21:10:04.100Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
44792025-02-24T21:10:04.103Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e79e73af11c3e681 -C extra-filename=-1033faac23fc0cd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1033faac23fc0cd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44802025-02-24T21:10:04.528Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1033faac23fc0cd2/build-script-build`
44812025-02-24T21:10:04.569Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-2101375c266e9fa0/build-script-build`
44822025-02-24T21:10:04.611Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d70d9202471db5d -C extra-filename=-9d79b09ab8670411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-32a019e52ddca295.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44832025-02-24T21:10:08.223Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44842025-02-24T21:10:08.225Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=383b5b3d3fbba164 -C extra-filename=-8554107e6846ca37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44852025-02-24T21:10:09.329Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
44862025-02-24T21:10:09.334Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e811fcf463f85de -C extra-filename=-9445a4856f31e57e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44872025-02-24T21:10:09.710Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
44882025-02-24T21:10:09.750Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9ca815a8d94147c -C extra-filename=-d688dac59783110a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44892025-02-24T21:10:11.345Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44902025-02-24T21:10:11.348Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e7dcafd6e3b5e9 -C extra-filename=-f40339275d8b388d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-69b8998695bddf7b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
44912025-02-24T21:10:16.648Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
44922025-02-24T21:10:16.651Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9a6bf0a25d1dbb6 -C extra-filename=-9f1284fefbb65666 --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-19812872ac39d2c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44932025-02-24T21:10:17.086Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44942025-02-24T21:10:17.089Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33fdd0c7e6471b64 -C extra-filename=-59c31a326ac27e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44952025-02-24T21:10:17.646Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44962025-02-24T21:10:17.671Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=450cac12db8af36c -C extra-filename=-90333adeee907ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-580e2b6c15ef5d02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4a6ba1330f73e0bd.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-094854018a1de4ff.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44972025-02-24T21:10:18.048Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44982025-02-24T21:10:18.051Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34af2d52b7e0b94f -C extra-filename=-f2b2d0cb7bd02576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44992025-02-24T21:10:18.649Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44ce11b8f4110320 -C extra-filename=-80fda6f97f411cf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-59c31a326ac27e90.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45002025-02-24T21:10:18.861Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45012025-02-24T21:10:18.890Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=467ca0c6970e5006 -C extra-filename=-e4475b9d1fb8568d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-f2b2d0cb7bd02576.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-69b8998695bddf7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out`
45022025-02-24T21:10:19.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c497d259824c59fb -C extra-filename=-b4dd993d20786121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-9445a4856f31e57e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45032025-02-24T21:10:20.174Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9644b13a939c4c6 -C extra-filename=-9db7c6f58e3d6a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f40339275d8b388d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-69b8998695bddf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
45042025-02-24T21:10:21.918Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d620457cb8ffc7fb -C extra-filename=-f7b984fa610e66c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1984506723f571ee.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45052025-02-24T21:10:23.147Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c28919adafa6352b -C extra-filename=-aff449179f39122a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1984506723f571ee.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45062025-02-24T21:10:23.362Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3daae01ca48f0aa -C extra-filename=-526099b5258b98f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-36b4224e6348cd1b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45072025-02-24T21:10:25.553Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b26da88da62fc6f -C extra-filename=-8c60901233acaf7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-36b4224e6348cd1b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45082025-02-24T21:10:25.778Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c561ff2f6825b6b3 -C extra-filename=-4a219a15635f216d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45092025-02-24T21:10:28.165Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b391ae1093e0bb0 -C extra-filename=-11e97b848ee0d623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1984506723f571ee.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45102025-02-24T21:10:28.663Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e028811f05a366d1 -C extra-filename=-812209795cb12c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c256e9fc29d29de9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45112025-02-24T21:10:30.401Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6185c4af0a781fa -C extra-filename=-3abd36b5e84aa627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-d688dac59783110a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45122025-02-24T21:10:32.724Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0af1b8e6313afea -C extra-filename=-8e03575f9376d6ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45132025-02-24T21:10:32.959Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aca27a17a32d9ec2 -C extra-filename=-d810289dccef62bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c256e9fc29d29de9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-685e9f4734a0a4d2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45142025-02-24T21:10:34.968Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b9b5e2219c22887 -C extra-filename=-3f45765a1a0c5245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c256e9fc29d29de9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-685e9f4734a0a4d2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45152025-02-24T21:10:35.730Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcf3fe24fad4f6d2 -C extra-filename=-a1a62a758a0310ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-685e9f4734a0a4d2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45162025-02-24T21:10:37.145Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef9ef62384f84e7e -C extra-filename=-4534ec8f6fac1bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-9ef4b38f48c8b3c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45172025-02-24T21:10:38.133Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a49776b658adc37e -C extra-filename=-1dbc7914df5baa80 --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-e3ada1b56e33eead.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45182025-02-24T21:10:39.631Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66d39de9518a645c -C extra-filename=-5ff8de88751df186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-034af6916866393b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-1495b622cc7fc256.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45192025-02-24T21:10:41.673Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a358dbb16eadcba -C extra-filename=-b16bc4bf7e1e0751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-9ef4b38f48c8b3c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45202025-02-24T21:10:44.724Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dea6076c6c515235 -C extra-filename=-235570656ed597c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-9ef4b38f48c8b3c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45212025-02-24T21:10:49.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d2a921260fc5f67b -C extra-filename=-3db633a9f7114a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-bebc9b09b554ab9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45222025-02-24T21:10:52.460Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=d24ca6346bf82189 -C extra-filename=-5a7ca734a8d0e7de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c256e9fc29d29de9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7785f2346c8a561e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/usr/lib/amd64`
45232025-02-24T21:10:53.631Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9e6a19e1a6a7075 -C extra-filename=-c6fd52cda54c8054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7c0c44d4a1560bfc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45242025-02-24T21:10:54.856Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e4a5076c5650caf -C extra-filename=-4e9cae974e624f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45252025-02-24T21:10:55.137Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b13a20f5c61c0d52 -C extra-filename=-0b63a3a38c84f85f --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-e3ada1b56e33eead.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45262025-02-24T21:10:55.390Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=094ce2570e4ea49f -C extra-filename=-b2222afe6a0f9f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-034af6916866393b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-1495b622cc7fc256.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45272025-02-24T21:11:10.886Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5c3f8c788d86383 -C extra-filename=-3a2010af3b949f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45282025-02-24T21:11:11.337Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ba5cb399aa65f1e -C extra-filename=-1031b1ba790abc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45292025-02-24T21:11:13.778Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2debcaea07f3066c -C extra-filename=-35f19e376a12336d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45302025-02-24T21:11:13.912Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55d5b5bc2e321f33 -C extra-filename=-0216b03f013532a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45312025-02-24T21:11:15.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c31b33f90c00a54e -C extra-filename=-c6ff053594802599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5251e16a5b586ba4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45322025-02-24T21:11:16.323Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=677b895742e29f1d -C extra-filename=-6c00cac15d051528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45332025-02-24T21:11:18.474Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c6abfed8512ed10 -C extra-filename=-d161c67d7a6b6355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8554107e6846ca37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45342025-02-24T21:11:19.347Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5d98aa9c6ade039b -C extra-filename=-0886e74b6b0d1742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5251e16a5b586ba4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45352025-02-24T21:11:21.756Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a20b6ebc9e4aac7 -C extra-filename=-93d87be480fe7331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-580e2b6c15ef5d02.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-90333adeee907ce7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4a6ba1330f73e0bd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-094854018a1de4ff.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45362025-02-24T21:11:21.789Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce893ae084c48bd -C extra-filename=-af85e9f64c4a1cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-580e2b6c15ef5d02.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-90333adeee907ce7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4a6ba1330f73e0bd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-094854018a1de4ff.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45372025-02-24T21:11:22.448Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31cc099f4cab1a8e -C extra-filename=-71f01b3e5ca7216d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45382025-02-24T21:11:24.608Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e4e20aa1cd1f3368 -C extra-filename=-23ad60bf0485745d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45392025-02-24T21:11:24.949Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9e44b906fad5707 -C extra-filename=-c990f161338d132c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-580e2b6c15ef5d02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4a6ba1330f73e0bd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-094854018a1de4ff.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45402025-02-24T21:11:27.674Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e26f00087368293c -C extra-filename=-a5e0b66051218d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-580e2b6c15ef5d02.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-90333adeee907ce7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4a6ba1330f73e0bd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-094854018a1de4ff.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45412025-02-24T21:11:30.012Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1cfc60a7cc6bc591 -C extra-filename=-e94fbeec09889afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5251e16a5b586ba4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45422025-02-24T21:11:30.394Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e552b9dfb3a986ce -C extra-filename=-4a31e2cfe0d0bc4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45432025-02-24T21:11:30.454Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f24da59766bdec2d -C extra-filename=-3737c2b406ec56aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5251e16a5b586ba4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45442025-02-24T21:11:33.227Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3da18f369dbc5ec7 -C extra-filename=-53528a94109e16a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45452025-02-24T21:11:33.443Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=990a7a52263370d9 -C extra-filename=-0a4ba5e7d420f8c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45462025-02-24T21:11:34.319Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=839abd87dd56dac4 -C extra-filename=-be269d95047e26d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45472025-02-24T21:11:36.898Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67bf6b4e37ffd316 -C extra-filename=-8eddbf9971ef48ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-594f9c0a6241b0f5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45482025-02-24T21:11:39.200Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff3d13c6afb3005 -C extra-filename=-8aed1cc5fa593f57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45492025-02-24T21:11:40.319Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9ad04c79402558d -C extra-filename=-e15aaec19b4d5c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-594f9c0a6241b0f5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45502025-02-24T21:11:48.384Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45512025-02-24T21:11:48.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ce9efb4ffc0b103 -C extra-filename=-a16911686120a13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45522025-02-24T21:11:50.847Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45532025-02-24T21:11:50.874Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=6d3d192cb5e7fe83 -C extra-filename=-cc72799e00663e3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45542025-02-24T21:11:51.113Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1efe1d3ef070829e -C extra-filename=-83c5ffb7f8d82d03 --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-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45552025-02-24T21:11:51.209Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45562025-02-24T21:11:51.212Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40bb2d23e644f18c -C extra-filename=-9cd10ded772e7c94 --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-fb5aade8bf0641e2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45572025-02-24T21:11:51.337Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fdf842dd52aa105 -C extra-filename=-e2826c4223f2fb9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45582025-02-24T21:11:51.397Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cde43d2fb97400b -C extra-filename=-9413ace69fa70a67 --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-9f1062e4bb9f4318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45592025-02-24T21:11:52.266Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=e5b33ea7a3f02d59 -C extra-filename=-6aa173c355392204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45602025-02-24T21:11:52.892Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ec6f66a0ba82df4 -C extra-filename=-06b5ecdca763d017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45612025-02-24T21:11:53.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd71d507830e7776 -C extra-filename=-d7775341b558e199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45622025-02-24T21:11:53.659Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ed9be0e670c0ba6 -C extra-filename=-c8c466aeb70630cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-30d275c61223ce9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45632025-02-24T21:11:56.362Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1458f4544d0fb0e -C extra-filename=-1d9376bcdae2234c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-9f1284fefbb65666.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45642025-02-24T21:11:58.371Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10e5cf1e6c572841 -C extra-filename=-053ffee1f102d1cd --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-fb5aade8bf0641e2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45652025-02-24T21:11:59.048Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ba55c1ab0af864c -C extra-filename=-8caa4d6e3da074e1 --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-e56eaac53579b184.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45662025-02-24T21:12:01.819Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e27bbcd9b9e99707 -C extra-filename=-d887f6cb40c83430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45672025-02-24T21:12:04.566Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d6b6319521e0792 -C extra-filename=-9e0c22f348f1a69e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-32a019e52ddca295.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9d79b09ab8670411.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45682025-02-24T21:12:05.627Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a0cee0cc62cf30f -C extra-filename=-93154be28d977ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-32a019e52ddca295.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45692025-02-24T21:12:06.890Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d682c156a34d11 -C extra-filename=-9591fe6f568e9ca6 --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-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45702025-02-24T21:12:15.143Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=6270d995d170cfc2 -C extra-filename=-64dce841fc2171da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-bebc9b09b554ab9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-1495b622cc7fc256.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45712025-02-24T21:12:20.229Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2cad42e36bab312 -C extra-filename=-5b2ab5d71f698b5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45722025-02-24T21:12:25.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d49707f1f510f0a3 -C extra-filename=-c1e068dea45ccdff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45732025-02-24T21:12:38.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=0925628ac9368df6 -C extra-filename=-c13a3d9a6c6cfe61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7785f2346c8a561e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
45742025-02-24T21:12:42.499Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45752025-02-24T21:12:42.501Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=851a6e9279ea4486 -C extra-filename=-8a3bcb3dbc426cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45762025-02-24T21:12:45.130Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dfc0b1cdca94ad3 -C extra-filename=-3fcaf560391c9b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45772025-02-24T21:12:57.679Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93aa43c5d080be74 -C extra-filename=-b637d43e2e10a916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45782025-02-24T21:13:06.286Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ae1cf50f0b87ac7 -C extra-filename=-87c3035c7ac7e106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1984506723f571ee.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45792025-02-24T21:13:08.177Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19521c297be95bc5 -C extra-filename=-015ed2e1f59e3b86 --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-32a019e52ddca295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45802025-02-24T21:13:10.210Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b83e0a743d827027 -C extra-filename=-b0658c127055b26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-385c37422c889849.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45812025-02-24T21:13:14.477Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=498640e79004cc14 -C extra-filename=-75970825cdc23536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-385c37422c889849.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45822025-02-24T21:13:17.410Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8da687bfeebaa8e9 -C extra-filename=-9ef5c3c1b8c4c996 --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-b2bbac47fd6c6317.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45832025-02-24T21:13:20.274Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5aafd26b20b0291 -C extra-filename=-ca197de6864a8012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-385c37422c889849.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45842025-02-24T21:13:22.896Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e3e7a5c5d3798d8 -C extra-filename=-7c93a1a3be052492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-385c37422c889849.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45852025-02-24T21:13:26.717Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45862025-02-24T21:13:26.728Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81e841c8577fbfc6 -C extra-filename=-56b4124397e2b527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45872025-02-24T21:13:29.766Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=930b5b39fcf70fc0 -C extra-filename=-d7e36c3ecf7121d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-17f6612bf69dcc66.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45882025-02-24T21:13:30.484Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb712349fdf145e3 -C extra-filename=-a0dbb0fb1d835615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-17f6612bf69dcc66.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45892025-02-24T21:13:32.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c4507a881944628 -C extra-filename=-64daf82765a3330d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-17f6612bf69dcc66.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45902025-02-24T21:13:32.977Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d83243af6d23942 -C extra-filename=-845b5e7f2cf4aa68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45912025-02-24T21:13:43.221Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=020171206f35f54c -C extra-filename=-0931e8950848cd61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45922025-02-24T21:13:43.437Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f88595242c4852d5 -C extra-filename=-557101fe5d03b6e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8db870f95be0bd1d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d72533d12a444952.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f1a97b7a83aa370a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18663105839b419d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45932025-02-24T21:13:51.246Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d88341a95eacbc8c -C extra-filename=-b30bd76734b4311a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8db870f95be0bd1d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d72533d12a444952.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f1a97b7a83aa370a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18663105839b419d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45942025-02-24T21:13:59.960Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ae4a893c2af1c231 -C extra-filename=-bee1cb12a6163cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8db870f95be0bd1d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d72533d12a444952.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f1a97b7a83aa370a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18663105839b419d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45952025-02-24T21:14:01.889Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d8e8c6c86bfc27a -C extra-filename=-7c2cb8aee9b5f9f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45962025-02-24T21:14:01.993Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93fd6ea8346cea80 -C extra-filename=-ecf56b8f8a94117a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-620599ccee43cb3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45972025-02-24T21:14:04.072Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7230fad8597ec70a -C extra-filename=-05461918b1083438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45982025-02-24T21:14:04.200Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7e8e0e3a5923c93 -C extra-filename=-8ee1de89be44bd40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-620599ccee43cb3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45992025-02-24T21:14:20.817Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6799e4a57e7a03b5 -C extra-filename=-bab47af4c3054fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-620599ccee43cb3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46002025-02-24T21:14:21.171Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e389225fd8b158a7 -C extra-filename=-789a010136e37583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5251e16a5b586ba4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46012025-02-24T21:14:21.996Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d004f349481c828 -C extra-filename=-48ca97102a0bdf5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-17f6612bf69dcc66.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46022025-02-24T21:14:22.991Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=902488daf9a96644 -C extra-filename=-f2aa7bf14f718dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46032025-02-24T21:14:31.223Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=998665839137c822 -C extra-filename=-86966cf8cbbc9d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1de6a746612e252f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46042025-02-24T21:14:34.175Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873c8039f40cfd5f -C extra-filename=-8b3b0f9dc372e6dd --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-bf04b10960ab9ce6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46052025-02-24T21:14:47.597Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b082787113574ce -C extra-filename=-9f1cfc8a7a06afc9 --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-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46062025-02-24T21:14:49.413Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cc124660391da0d -C extra-filename=-780a40b16076f2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46072025-02-24T21:14:53.667Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d80b750b42ff19cf -C extra-filename=-95aac4305b76b18a --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-5c9b996b0faf56ee.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46082025-02-24T21:14:56.117Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ff9168e9d76f6b9 -C extra-filename=-7c8d54709dfaafc8 --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-dfa3aefae07cafa4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46092025-02-24T21:14:56.527Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9956d816ad2eed9 -C extra-filename=-7a60af0e3383655a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46102025-02-24T21:14:59.445Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd9bfc66bb34bccf -C extra-filename=-1dfb21619866157f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46112025-02-24T21:15:00.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=eb1ecc553d192bab -C extra-filename=-464dfa9819278d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8db870f95be0bd1d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d72533d12a444952.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f1a97b7a83aa370a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18663105839b419d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46122025-02-24T21:15:03.583Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e6a83b5f5f7c77e -C extra-filename=-4ce5fbb79ffe92f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46132025-02-24T21:15:17.132Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6cb7bd85b23ce53 -C extra-filename=-b5bbb3d06c422db7 --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-01841d2458c58122.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46142025-02-24T21:15:19.547Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291a639204cab58c -C extra-filename=-cd2b96b24a35084d --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-9f1062e4bb9f4318.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46152025-02-24T21:15:21.667Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83bb1f842e79afe2 -C extra-filename=-a9aad7edff6ac486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-620599ccee43cb3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46162025-02-24T21:15:24.273Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb55b93311064f0b -C extra-filename=-6420aa07d3fc60cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46172025-02-24T21:15:24.831Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=532ebfea682aab0d -C extra-filename=-612adac842972b3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46182025-02-24T21:15:26.391Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b9c655df370eb57 -C extra-filename=-51f3d425da67aa42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46192025-02-24T21:15:30.504Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb0eb5fffc59a33f -C extra-filename=-52d5e7301fdba2b5 --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-dfa3aefae07cafa4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46202025-02-24T21:15:30.530Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a008a0dd7e22385 -C extra-filename=-47f9c430457f8631 --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-b2bbac47fd6c6317.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46212025-02-24T21:15:33.215Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84f6a026bd94a72b -C extra-filename=-e3f114a047b9750f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-41fd45aaf1e4cec6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-49343b6f2de18f70.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46222025-02-24T21:15:33.709Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=925f14c28cbf1f41 -C extra-filename=-0f841df5a391b3ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46232025-02-24T21:15:34.854Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9b983252e08b9b1 -C extra-filename=-fe912fc8110ab370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-41fd45aaf1e4cec6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-49343b6f2de18f70.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46242025-02-24T21:16:26.584Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d475fac9477815ee -C extra-filename=-d3e6b46248b33565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46252025-02-24T21:16:26.584Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c037bf905a67994d -C extra-filename=-ee8604def7f42af8 --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-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46262025-02-24T21:16:26.584Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=e02214c19e541635 -C extra-filename=-5a1f79d27f388584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-350cdc0287fbbe85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46272025-02-24T21:16:31.881Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17633d870f68701d -C extra-filename=-021c2ef7b2994c3b --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-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46282025-02-24T21:16:34.016Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97f9af534019a1d2 -C extra-filename=-4bbbdbc933e01c16 --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-c8473ea25ba2c96c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46292025-02-24T21:16:36.268Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee8cd09bd60ba3c0 -C extra-filename=-ae0403e4bbd79d54 --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-915b597cc53dc979.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46302025-02-24T21:16:36.477Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d4f5bd7400062af -C extra-filename=-9e0388df1b52a41a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-41fd45aaf1e4cec6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-49343b6f2de18f70.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46312025-02-24T21:16:41.222Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f814b10b17f2ab9 -C extra-filename=-6a5464168bcc1a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46322025-02-24T21:16:42.781Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b73ef3c3379df55f -C extra-filename=-39b131f969af1cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46332025-02-24T21:16:44.463Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c6fb0ade73b2786 -C extra-filename=-f49ca3080edb1ae0 --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-88151d25da631bbe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46342025-02-24T21:16:49.349Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4b7c41609ac1572 -C extra-filename=-56460fbb7071614f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46352025-02-24T21:16:53.762Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97ce51701369d8dc -C extra-filename=-b545cd73748ea215 --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-fe224a45aaccbbdd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46362025-02-24T21:16:54.282Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa6ba61db35e4d3 -C extra-filename=-932b26d8e4379448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-69b8998695bddf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
46372025-02-24T21:16:59.366Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c01394fe2b487576 -C extra-filename=-4b63544c45462927 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
46382025-02-24T21:17:01.840Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b158c7db989bf42 -C extra-filename=-e026337463f35214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-242931a73d74a596.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-389cf0d8ef76c6ff.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-13b0bb69b9c51c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
46392025-02-24T21:17:02.374Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db830b179646e6ec -C extra-filename=-f630b631127aed78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46402025-02-24T21:17:04.731Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d937bed076cd444 -C extra-filename=-68cbe00314de7efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-54fd7b546fca2531.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ef08590545247b9f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46412025-02-24T21:17:16.761Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=958508d91453b1c9 -C extra-filename=-04ae96e9ab2e4a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46422025-02-24T21:17:16.845Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78a9fb1348b98f33 -C extra-filename=-c7ebffb95f3f72a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46432025-02-24T21:17:17.093Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb74cad49d8cef83 -C extra-filename=-0868f0dc51d9064b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46442025-02-24T21:17:20.510Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f18107234533989 -C extra-filename=-137cf356864f0c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46452025-02-24T21:17:22.215Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6282fd1f8164c00 -C extra-filename=-e856e819afcba503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46462025-02-24T21:17:22.308Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bef43f084213745a -C extra-filename=-86a608c828c47f84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46472025-02-24T21:17:22.877Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62cedd6a97e78318 -C extra-filename=-9061bef188d3ce80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46482025-02-24T21:17:25.279Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7165c67781a7b51c -C extra-filename=-c33aac2df363f39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46492025-02-24T21:17:30.654Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b2f258c945f6b78 -C extra-filename=-c96856e6da3c9190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46502025-02-24T21:17:35.765Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78bb19ee681a14b2 -C extra-filename=-3d2400c57649752f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46512025-02-24T21:17:40.680Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad7760d706d0a46c -C extra-filename=-6f81bd85e5bba107 --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-19812872ac39d2c4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5eea2a54d95b706f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-340b721f52d6bc4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46522025-02-24T21:17:42.409Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3aab6718538dd83e -C extra-filename=-1d41337f870ac175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46532025-02-24T21:17:42.846Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39e357e3c1baaa7e -C extra-filename=-6b5f2ef6202d0e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-54fd7b546fca2531.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46542025-02-24T21:17:45.094Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8ec31608d5813cf -C extra-filename=-ee3be7d63b4f1e3a --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-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46552025-02-24T21:17:45.967Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d8f6487824b0689 -C extra-filename=-dbd126d85b4f3d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46562025-02-24T21:17:48.633Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=745839bf68846206 -C extra-filename=-963326bb312ecfeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-9e50664fdf871a61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ac756f42035316c6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-d5fc0e7a66850dc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46572025-02-24T21:17:49.860Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2397f0fc3869535e -C extra-filename=-43e6b05db29e9d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46582025-02-24T21:17:55.734Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46592025-02-24T21:17:55.741Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42fdcbeb08f99fe2 -C extra-filename=-14a2425be9ca777d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46602025-02-24T21:17:56.867Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46612025-02-24T21:17:56.873Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39693ca763d2de7d -C extra-filename=-6ac558a62b789488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46622025-02-24T21:17:58.025Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=686008af4338a306 -C extra-filename=-68118af5e46a300d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1b4016f4f69c16a8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9fad854381504c8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4cd6c7ef5290d0bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4ba656415ee5e8ed.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8518938d819701a2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
46632025-02-24T21:17:58.170Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97777fdd9dc50219 -C extra-filename=-46e2622630813a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-7cd68ff7f4969d67.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46642025-02-24T21:18:01.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5e3a77385f60ba1 -C extra-filename=-659eb8338a681311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d0efccf69272432f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46652025-02-24T21:18:06.139Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46662025-02-24T21:18:06.141Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1eaf79c21d4c57a -C extra-filename=-dcb8cada1ba2d03d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46672025-02-24T21:18:11.187Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=38e6b0ef0b0b06e8 -C extra-filename=-b62abe3226fcff6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d931e294d281b338.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46682025-02-24T21:18:12.285Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9210b49a3c337674 -C extra-filename=-855b89ef3c57c483 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46692025-02-24T21:18:12.589Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=693c8fd1b00dc075 -C extra-filename=-a06f7baced2f046e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46702025-02-24T21:18:27.982Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=ba424e96e6352f8e -C extra-filename=-5b84c2c1bcd6711f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d931e294d281b338.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46712025-02-24T21:18:28.036Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8dc9755b958cbd3 -C extra-filename=-8a5a2b59222a515a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46722025-02-24T21:18:28.266Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e92f56135f10ceed -C extra-filename=-258df5892b727acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46732025-02-24T21:18:29.898Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e33647e1737517ef -C extra-filename=-79f904506139b358 --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-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46742025-02-24T21:18:30.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee04faf7f2b9de9f -C extra-filename=-888f578b98e74c20 --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-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46752025-02-24T21:18:30.873Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e6e44e561b62af0 -C extra-filename=-641d6c004b4e8fb1 --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-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46762025-02-24T21:18:32.534Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=081073a73c8d212a -C extra-filename=-becb620827c35d28 --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-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46772025-02-24T21:18:32.728Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ed9ed041cd4d56 -C extra-filename=-3ddeb1a69f898045 --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-b2bbac47fd6c6317.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46782025-02-24T21:18:33.927Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1010d78b65306016 -C extra-filename=-bdfa6623933ee701 --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-9f1062e4bb9f4318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46792025-02-24T21:18:34.295Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25bfa118512e7e7b -C extra-filename=-e7df83271cf9d5be --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-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46802025-02-24T21:18:34.563Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da456b2e2b24cab -C extra-filename=-f357b792098acdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-9e50664fdf871a61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ac756f42035316c6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-d5fc0e7a66850dc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46812025-02-24T21:18:34.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdfe1c63224971bb -C extra-filename=-3f85fe805a3b5493 --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-9f1062e4bb9f4318.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46822025-02-24T21:18:36.211Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99fa4a53c8543b6e -C extra-filename=-2b60320cc6aa3f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46832025-02-24T21:18:36.301Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f05fa3c83a565a7 -C extra-filename=-692877c418ccc446 --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-5c9b996b0faf56ee.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46842025-02-24T21:18:37.777Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa1c31e3b6d94642 -C extra-filename=-00bca18ce23f451e --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-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46852025-02-24T21:18:41.725Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46862025-02-24T21:18:41.729Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2771fc860358c8fa -C extra-filename=-f37bf227bfe83b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-d1acaa504fd3d2ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46872025-02-24T21:18:43.656Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=593659fb0942fc84 -C extra-filename=-47309af819f49abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46882025-02-24T21:18:45.293Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac46cac4f3cda0a8 -C extra-filename=-f7683e7f0eb3fea7 --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-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46892025-02-24T21:18:48.242Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be81e4c85c23b2d0 -C extra-filename=-42b940c576e85892 --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-281946d4de375671.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46902025-02-24T21:18:53.586Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=889245e2f34401c4 -C extra-filename=-4e111a2a57389974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d931e294d281b338.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46912025-02-24T21:18:56.775Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2298e52d8deb97bf -C extra-filename=-dcc12cae7949f012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46922025-02-24T21:18:57.252Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7510d370b44412f3 -C extra-filename=-1d2abd2041e25d1f --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-6a20e34d6cebccd8.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-03308146bb20bace.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46932025-02-24T21:18:57.685Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69fb4e41490f840b -C extra-filename=-35ac626f9910031f --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-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46942025-02-24T21:18:59.140Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4666d515664d6b9f -C extra-filename=-cfb5ce6edd0c07cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46952025-02-24T21:18:59.980Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf52ec40e7e84473 -C extra-filename=-73b468101015316f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46962025-02-24T21:19:02.582Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01d2641d63793bd3 -C extra-filename=-f244025761812587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8518938d819701a2.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46972025-02-24T21:19:03.152Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=38b8b3e24a389960 -C extra-filename=-1be245df9828ad45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-56b9c3a5d86eda83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46982025-02-24T21:19:03.363Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e116e2374fd1b12 -C extra-filename=-5f1f57ac6cca3622 --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-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46992025-02-24T21:19:04.186Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39d024e105042401 -C extra-filename=-5eb7ef9252147df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47002025-02-24T21:19:05.310Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12e3f0f1baa4300f -C extra-filename=-7466ab4cb29f1384 --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-19812872ac39d2c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47012025-02-24T21:19:05.766Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e732a84058c6df8e -C extra-filename=-0b1332ba0124d799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47022025-02-24T21:19:07.756Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff6ed4be3dd744be -C extra-filename=-25008cb69f442f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47032025-02-24T21:19:09.885Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c45e0c12fd7fa06 -C extra-filename=-1a878c63835cb0e3 --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-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47042025-02-24T21:19:09.979Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63a3ef0d2081bb5 -C extra-filename=-0b90e8b3ecdb876a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47052025-02-24T21:19:10.483Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1c4a7dc4c2ab32e -C extra-filename=-58af099aaf5a996d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47062025-02-24T21:19:12.580Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81689a11e36b1f57 -C extra-filename=-aa6466ebc46ad515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3bac2aa395ec06d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47072025-02-24T21:19:13.568Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d7ad10c4dd535d2 -C extra-filename=-875e153294a6dbda --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-9f1062e4bb9f4318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47082025-02-24T21:19:14.365Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004c0b2937651ef3 -C extra-filename=-83225639b0ce92cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47092025-02-24T21:19:15.514Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e06da119a5d46f8 -C extra-filename=-d8655c601aa4f2ca --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-19812872ac39d2c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47102025-02-24T21:19:15.821Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ff5ee942aceb5f -C extra-filename=-3d475895917220aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47112025-02-24T21:19:16.049Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8854f926135d4c54 -C extra-filename=-ea3528fe9fd33bb9 --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-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47122025-02-24T21:19:16.327Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f432fd4d77cfbc7c -C extra-filename=-0523bb6db38d5006 --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-0f65f7857976e1da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47132025-02-24T21:19:17.136Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_brand_metadata --edition=2021 brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f5e23e8ea1dd61 -C extra-filename=-861c4f911f333ef3 --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-19812872ac39d2c4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47142025-02-24T21:19:17.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf92525ae58fc502 -C extra-filename=-7e55050d20a5d305 --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-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47152025-02-24T21:19:19.580Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e57c3673034397c -C extra-filename=-f1ab2b0e29c2dc4e --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-5adfbd3b6ddc2daa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7282e5bae3209836.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47162025-02-24T21:19:19.587Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0277ce70deabb515 -C extra-filename=-814100a37468940a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47172025-02-24T21:19:19.972Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4b8635f455f659 -C extra-filename=-0e127f9840e4c60b --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-19812872ac39d2c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47182025-02-24T21:19:20.730Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1a86744bb805b47 -C extra-filename=-ecdbd84e86826ca3 --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-fd4409d3474136f7.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3805e50040eab60e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7452dacb57403ae0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-21d3daa525daffd2.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-21a18968d3433001.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f3df08accdb09450.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d17c33b7a1f6a20d.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-354d480c8ddc8319.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rlib --extern itertools_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e8ab695e098de34.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-bf562a6d410b30f1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-45648fe7f414cd5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-dcc9899e38525e4e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-14f1357c2d07b8a8.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fe2051b78116dbca.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-63cc6ce3fac197ff.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47192025-02-24T21:19:21.199Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=d9c40d2547f9bf07 -C extra-filename=-9eba5c67d4855669 --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-88151d25da631bbe.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202025-02-24T21:20:21.984Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2587e86ed222a621 -C extra-filename=-15d2af812fd3e308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47212025-02-24T21:20:21.999Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ad735997dc0cc52 -C extra-filename=-7bda5a503fb1a14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-594f9c0a6241b0f5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47222025-02-24T21:20:22.002Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9cd2f1142fdc6fc -C extra-filename=-b82fc6b87ce0d54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-594f9c0a6241b0f5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47232025-02-24T21:20:22.030Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ae2bb0167c7bf88 -C extra-filename=-87484b5df764dcd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47242025-02-24T21:20:22.033Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c52b58ce0bd32b6 -C extra-filename=-831f3c100cbfe4d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7c0c44d4a1560bfc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47252025-02-24T21:20:22.062Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=875a663a365fb58a -C extra-filename=-4b5738f08ff3cab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-30d275c61223ce9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47262025-02-24T21:20:22.084Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b6ebb8e728b1137 -C extra-filename=-6b1ae2f8b783c678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47272025-02-24T21:20:26.129Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2179c6e774617bc7 -C extra-filename=-3f8ed12e1cf4a489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47282025-02-24T21:20:27.882Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=606fdec7250e46e2 -C extra-filename=-1c1ef387a9e2f517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47292025-02-24T21:20:28.620Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aafbf635c719ea76 -C extra-filename=-7d8904016322331c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47302025-02-24T21:20:36.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afc8f773ce9185fb -C extra-filename=-c4ad4d1fe2b2d736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-30d275c61223ce9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47312025-02-24T21:20:43.508Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=673efcf7891d3131 -C extra-filename=-9bb69f5ed5a80625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47322025-02-24T21:20:50.649Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8840acc7bff0fe3d -C extra-filename=-9bf19627c6969311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7c0c44d4a1560bfc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47332025-02-24T22:22:38.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 78m 42s
47342025-02-24T22:23:22.612Z
47352025-02-24T22:23:22.615Zreal 1:19:26.985233178
47362025-02-24T22:23:22.615Zuser 1:58:38.818268402
47372025-02-24T22:23:22.615Zsys 24:04.104436269
47382025-02-24T22:23:22.617Ztrap 13.137577139
47392025-02-24T22:23:22.617Ztflt 20.417968478
47402025-02-24T22:23:22.617Zdflt 5:50:27.919128595
47412025-02-24T22:23:22.617Zkflt 2.373360488
47422025-02-24T22:23:22.617Zlock 13:23:56.294441132
47432025-02-24T22:23:22.618Zslp 46:09:09.876731265
47442025-02-24T22:23:22.618Zlat 13:40.177135854
47452025-02-24T22:23:22.618Zstop 10:35.779138094
47462025-02-24T22:23:23.625Z+ banner test
47472025-02-24T22:23:23.688Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47482025-02-24T22:23:24.604Z
47492025-02-24T22:23:24.604Z ##### ###### #### #####
47502025-02-24T22:23:24.604Z # # # #
47512025-02-24T22:23:24.604Z # ##### #### #
47522025-02-24T22:23:24.604Z # # # #
47532025-02-24T22:23:24.604Z # # # # #
47542025-02-24T22:23:24.604Z # ###### #### #
47552025-02-24T22:23:24.604Z
47562025-02-24T22:23:27.773Zinfo: experimental features enabled: setup-scripts
47572025-02-24T22:23:29.490Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47582025-02-24T22:23:29.663Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47592025-02-24T22:23:29.687Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47602025-02-24T22:23:29.708Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47612025-02-24T22:23:46.644Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.83s
47622025-02-24T22:24:09.131Z────────────
47632025-02-24T22:24:09.131Z Nextest run ID 302a1bfa-2849-4b1a-8aaf-8c735b9b7c42 with nextest profile: ci
47642025-02-24T22:24:09.131Z Starting 1897 tests across 184 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
47652025-02-24T22:24:09.133Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
47662025-02-24T22:24:09.989Z Compiling newtype-uuid v1.2.1
47672025-02-24T22:24:10.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47682025-02-24T22:24:10.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47692025-02-24T22:24:11.584Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47702025-02-24T22:24:19.531Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47712025-02-24T22:24:21.629Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47722025-02-24T22:24:23.296Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47732025-02-24T22:24:28.894Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.68s
47742025-02-24T22:24:29.063Z Running `target/debug/crdb-seed`
47752025-02-24T22:24:29.099ZFeb 24 22:24:27.478 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpEcPLJ8
47762025-02-24T22:24:29.099ZFeb 24 22:24:27.478 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmptlgX8j,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpEcPLJ8/listen-url
47772025-02-24T22:24:29.109ZFeb 24 22:24:27.478 INFO cockroach environment: BUILDOMAT_JOB_ID=01JMWVYEJPDFNYP2XSF0HBXXRQ BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=affinity-instance-integration GITHUB_REF=refs/heads/affinity-instance-integration GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=afbc4ad73c6226dec0ad74fcfea9a71f5123d65d 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-1cca3b4e83206717/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envG7IPop NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=302a1bfa-2849-4b1a-8aaf-8c735b9b7c42 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.85.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
47782025-02-24T22:24:30.401ZFeb 24 22:24:28.800 INFO cockroach pid: 11476
47792025-02-24T22:24:30.401ZFeb 24 22:24:28.800 INFO cockroach listen URL: postgresql://root@[::1]:35733/omicron?sslmode=disable
47802025-02-24T22:24:30.403ZFeb 24 22:24:28.800 INFO cockroach: populating
47812025-02-24T22:24:32.299ZFeb 24 22:24:30.698 INFO cockroach: populated
47822025-02-24T22:24:33.269ZFeb 24 22:24:31.667 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/3397fdfc86c98746716a3e0308a014960a3f87a40c73dd05cf18c95e10c2ee15.tar`
47832025-02-24T22:24:33.273Z SETUP PASS [ 24.140s] crdb-seed: cargo run -p crdb-seed --profile test
47842025-02-24T22:24:33.276Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
47852025-02-24T22:24:34.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47862025-02-24T22:24:34.161Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
47872025-02-24T22:24:34.161Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
47882025-02-24T22:24:34.161Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47892025-02-24T22:24:34.258Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47902025-02-24T22:24:36.346Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47912025-02-24T22:24:36.363Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47922025-02-24T22:24:39.179Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47932025-02-24T22:24:40.741Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47942025-02-24T22:24:47.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
47952025-02-24T22:24:47.464Z Running `target/debug/clickhouse-cluster-dev`
47962025-02-24T22:24:47.506ZFeb 24 22:24:45.904 INFO Setting up a ClickHouse cluster
47972025-02-24T22:24:47.509ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
47982025-02-24T22:24:47.516ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
47992025-02-24T22:24:47.520ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
48002025-02-24T22:24:47.520ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
48012025-02-24T22:24:47.525ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
48022025-02-24T22:24:51.610ZFeb 24 22:24:49.821 INFO ClickHouse server ready
48032025-02-24T22:24:51.981ZFeb 24 22:24:49.821 INFO ClickHouse server ready
48042025-02-24T22:24:51.981ZFeb 24 22:24:50.012 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
48052025-02-24T22:24:51.981Z SETUP PASS [ 18.346s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
48062025-02-24T22:25:18.480Z PASS [ 26.858s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
48072025-02-24T22:25:18.557Z PASS [ 26.934s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
48082025-02-24T22:25:23.718Z PASS [ 32.095s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
48092025-02-24T22:25:24.209Z PASS [ 32.586s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
48102025-02-24T22:25:24.603Z PASS [ 32.975s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
48112025-02-24T22:25:24.946Z PASS [ 33.323s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
48122025-02-24T22:25:46.882Z PASS [ 28.319s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
48132025-02-24T22:25:49.340Z PASS [ 25.129s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
48142025-02-24T22:25:51.641Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48152025-02-24T22:25:51.654Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48162025-02-24T22:25:51.854Z PASS [ 28.134s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
48172025-02-24T22:25:54.060Z PASS [ 29.112s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
48182025-02-24T22:25:55.464Z PASS [ 30.859s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
48192025-02-24T22:26:15.228Z PASS [ 21.168s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
48202025-02-24T22:26:15.679Z PASS [ 20.215s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
48212025-02-24T22:26:15.724Z PASS [ 0.044s] api_identity test::test_identity
48222025-02-24T22:26:15.752Z PASS [ 0.027s] api_identity test::test_identity_no_field
48232025-02-24T22:26:15.825Z PASS [ 0.073s] authz-macros tests::test_authz_snapshots
48242025-02-24T22:26:15.891Z PASS [ 0.065s] bootstore schemes::tests::hello_roundtrip
48252025-02-24T22:26:17.043Z PASS [ 1.151s] bootstore schemes::v0::peer::tests::basic_3_nodes
48262025-02-24T22:26:17.122Z PASS [ 0.079s] bootstore schemes::v0::peer::tests::network_config
48272025-02-24T22:26:17.157Z PASS [ 0.034s] bootstore schemes::v0::share_pkg::tests::create_packages
48282025-02-24T22:26:17.188Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify
48292025-02-24T22:26:17.219Z PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
48302025-02-24T22:26:18.496Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48312025-02-24T22:26:18.930Z PASS [ 27.076s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
48322025-02-24T22:26:21.325Z PASS [ 4.106s] bootstore::v0-fsm-proptest-learner run
48332025-02-24T22:26:21.586Z PASS [ 0.261s] cert-dev::test-cert-dev test_cert_create
48342025-02-24T22:26:22.440Z PASS [ 0.854s] clickana chart::tests::gather_chart_data_failure
48352025-02-24T22:26:22.488Z PASS [ 0.046s] clickana chart::tests::gather_chart_data_for_disk_usage_success
48362025-02-24T22:26:22.517Z PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
48372025-02-24T22:26:22.545Z PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_query_count_success
48382025-02-24T22:26:22.574Z PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_running_queries_success
48392025-02-24T22:26:22.679Z PASS [ 0.105s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
48402025-02-24T22:26:22.729Z PASS [ 0.049s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
48412025-02-24T22:26:22.759Z PASS [ 0.030s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
48422025-02-24T22:26:22.789Z PASS [ 0.030s] clickhouse-admin-types tests::test_empty_output_parse_fail
48432025-02-24T22:26:22.821Z PASS [ 0.031s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
48442025-02-24T22:26:22.868Z PASS [ 0.047s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
48452025-02-24T22:26:22.904Z PASS [ 0.035s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
48462025-02-24T22:26:22.941Z PASS [ 0.036s] clickhouse-admin-types tests::test_full_lgif_parse_success
48472025-02-24T22:26:23.005Z PASS [ 0.064s] clickhouse-admin-types tests::test_full_raft_config_parse_success
48482025-02-24T22:26:23.062Z PASS [ 0.057s] clickhouse-admin-types tests::test_generate_keeper_config
48492025-02-24T22:26:23.098Z PASS [ 0.036s] clickhouse-admin-types tests::test_generate_replica_config
48502025-02-24T22:26:23.133Z PASS [ 0.035s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
48512025-02-24T22:26:23.174Z PASS [ 0.040s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
48522025-02-24T22:26:23.223Z PASS [ 0.049s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
48532025-02-24T22:26:23.255Z PASS [ 0.031s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
48542025-02-24T22:26:23.287Z PASS [ 0.031s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
48552025-02-24T22:26:23.330Z PASS [ 0.037s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
48562025-02-24T22:26:23.370Z PASS [ 0.045s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
48572025-02-24T22:26:23.404Z PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
48582025-02-24T22:26:23.447Z PASS [ 0.041s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
48592025-02-24T22:26:23.480Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
48602025-02-24T22:26:23.519Z PASS [ 0.038s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
48612025-02-24T22:26:23.558Z PASS [ 0.038s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
48622025-02-24T22:26:23.592Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
48632025-02-24T22:26:23.632Z PASS [ 0.040s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
48642025-02-24T22:26:23.669Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
48652025-02-24T22:26:23.701Z PASS [ 0.032s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
48662025-02-24T22:26:23.742Z PASS [ 0.041s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
48672025-02-24T22:26:23.796Z PASS [ 0.053s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
48682025-02-24T22:26:23.838Z PASS [ 0.042s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
48692025-02-24T22:26:23.886Z PASS [ 0.047s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
48702025-02-24T22:26:23.928Z PASS [ 0.041s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
48712025-02-24T22:26:23.973Z PASS [ 0.044s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
48722025-02-24T22:26:24.003Z PASS [ 0.031s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
48732025-02-24T22:26:24.116Z PASS [ 0.112s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
48742025-02-24T22:26:24.218Z PASS [ 0.101s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
48752025-02-24T22:26:24.248Z PASS [ 0.030s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
48762025-02-24T22:26:24.278Z PASS [ 0.030s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
48772025-02-24T22:26:24.301Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
48782025-02-24T22:26:24.329Z PASS [ 0.027s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
48792025-02-24T22:26:24.361Z PASS [ 0.030s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
48802025-02-24T22:26:24.780Z PASS [ 0.420s] db-dev::test-db-dev test_db_dev_populate_no_args
48812025-02-24T22:26:24.870Z PASS [ 0.089s] db-dev::test-db-dev test_db_dev_wipe_no_args
48822025-02-24T22:26:25.504Z PASS [ 6.573s] bootstore::v0-fsm-proptest-rack-coordinator run
48832025-02-24T22:26:28.310Z PASS [ 69.825s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48842025-02-24T22:26:28.428Z PASS [ 0.118s] db-macros lookup::test::test_lookup_snapshots
48852025-02-24T22:26:28.455Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_for_enums
48862025-02-24T22:26:28.482Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
48872025-02-24T22:26:28.511Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
48882025-02-24T22:26:28.543Z PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
48892025-02-24T22:26:28.585Z PASS [ 0.042s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
48902025-02-24T22:26:28.629Z PASS [ 0.043s] db-macros tests::test_derive_snapshots
48912025-02-24T22:26:28.658Z PASS [ 0.029s] db-macros tests::test_derive_with_unknown_field
48922025-02-24T22:26:29.366Z PASS [ 0.708s] dns-server storage::test::test_update_basic
48932025-02-24T22:26:29.565Z PASS [ 0.197s] dns-server storage::test::test_update_in_progress
48942025-02-24T22:26:29.775Z PASS [ 0.211s] dns-server storage::test::test_update_interrupted
48952025-02-24T22:26:31.421Z PASS [ 1.645s] dns-server::basic_test a_crud
48962025-02-24T22:26:31.738Z PASS [ 0.317s] dns-server::basic_test aaaa_crud
48972025-02-24T22:26:32.118Z PASS [ 0.379s] dns-server::basic_test answers_match_question
48982025-02-24T22:26:32.584Z PASS [ 7.713s] db-dev::test-db-dev test_db_killed
48992025-02-24T22:26:32.591Z PASS [ 0.473s] dns-server::basic_test empty_record
49002025-02-24T22:26:32.924Z PASS [ 0.340s] dns-server::basic_test multi_record_crud
49012025-02-24T22:26:33.029Z PASS [ 0.437s] dns-server::basic_test name_contains_zone
49022025-02-24T22:26:33.316Z PASS [ 0.391s] dns-server::basic_test nxdomain
49032025-02-24T22:26:33.484Z PASS [ 0.455s] dns-server::basic_test servfail
49042025-02-24T22:26:33.836Z PASS [ 0.518s] dns-server::basic_test srv_crud
49052025-02-24T22:26:33.974Z PASS [ 0.140s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
49062025-02-24T22:26:34.018Z PASS [ 0.043s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
49072025-02-24T22:26:34.163Z PASS [ 0.144s] illumos-utils destructor::test::test_delayed_delete
49082025-02-24T22:26:35.123Z PASS [ 0.960s] illumos-utils destructor::test::test_delayed_delete_with_error
49092025-02-24T22:26:35.157Z PASS [ 0.033s] illumos-utils destructor::test::test_destructor_bad_close
49102025-02-24T22:26:35.202Z PASS [ 0.044s] illumos-utils link::test::test_allocate
49112025-02-24T22:26:35.235Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
49122025-02-24T22:26:35.315Z PASS [ 0.081s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
49132025-02-24T22:26:35.350Z PASS [ 0.035s] illumos-utils running_zone::tests::test_is_oxide_smf_service
49142025-02-24T22:26:35.389Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_avail
49152025-02-24T22:26:35.420Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_quota
49162025-02-24T22:26:35.453Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_reservation
49172025-02-24T22:26:35.492Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_bad_usage
49182025-02-24T22:26:35.529Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_bad_uuid
49192025-02-24T22:26:35.561Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_missing_fields
49202025-02-24T22:26:35.592Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_props
49212025-02-24T22:26:35.626Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_props_with_optionals
49222025-02-24T22:26:35.656Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_too_many_columns
49232025-02-24T22:26:35.698Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
49242025-02-24T22:26:35.729Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
49252025-02-24T22:26:35.760Z PASS [ 0.029s] illumos-utils zfs::test::parse_quota_ignored_if_default
49262025-02-24T22:26:35.790Z PASS [ 0.030s] illumos-utils zfs::test::parse_reservation_ignored_if_default
49272025-02-24T22:26:35.823Z PASS [ 0.033s] illumos-utils zfs::test::parse_sorts_and_dedups
49282025-02-24T22:26:35.857Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
49292025-02-24T22:26:35.889Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool
49302025-02-24T22:26:35.937Z PASS [ 0.048s] illumos-utils zpool::test::test_parse_zpool_missing_column
49312025-02-24T22:26:38.071Z PASS [ 4.587s] dns-server::commands_test test_dnsadm
49322025-02-24T22:26:40.184Z PASS [ 2.112s] installinator write::tests::proptest_write_artifact
49332025-02-24T22:26:40.405Z PASS [ 0.220s] installinator-common block_size_writer::tests::proptest_block_writer
49342025-02-24T22:26:40.876Z PASS [ 4.938s] installinator mock_peers::tests::proptest_fetch_artifact
49352025-02-24T22:26:41.176Z PASS [ 0.771s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
49362025-02-24T22:26:41.275Z PASS [ 0.398s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
49372025-02-24T22:26:41.478Z PASS [ 0.302s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
49382025-02-24T22:26:41.815Z PASS [ 0.540s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
49392025-02-24T22:26:41.952Z PASS [ 0.474s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
49402025-02-24T22:26:42.246Z PASS [ 0.430s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
49412025-02-24T22:26:42.291Z PASS [ 0.045s] internal-dns-types config::test::display_hosts
49422025-02-24T22:26:42.300Z PASS [ 0.348s] internal-dns-resolver resolver::test::update_record
49432025-02-24T22:26:42.335Z PASS [ 0.040s] internal-dns-types config::test::display_srv_service
49442025-02-24T22:26:42.359Z PASS [ 0.058s] internal-dns-types config::test::test_builder_errors
49452025-02-24T22:26:42.417Z PASS [ 0.082s] internal-dns-types config::test::test_builder_output
49462025-02-24T22:26:42.417Z PASS [ 0.058s] internal-dns-types diff::test::diff_different
49472025-02-24T22:26:42.457Z PASS [ 0.039s] internal-dns-types diff::test::diff_equivalent
49482025-02-24T22:26:42.469Z PASS [ 0.051s] internal-dns-types diff::test::diff_invalid
49492025-02-24T22:26:42.508Z PASS [ 0.051s] ipcc tests::deserialize_fixed_value
49502025-02-24T22:26:42.539Z PASS [ 0.070s] ipcc tests::installinator_image_id_round_trip
49512025-02-24T22:26:42.575Z PASS [ 0.067s] ipcc tests::serialized_size
49522025-02-24T22:26:42.633Z PASS [ 0.057s] key-manager tests::different_ikm_produces_different_keys
49532025-02-24T22:26:42.643Z PASS [ 0.093s] key-manager tests::different_disks_produce_different_keys
49542025-02-24T22:26:42.672Z PASS [ 0.039s] key-manager tests::disk_encryption_key_epoch_0
49552025-02-24T22:26:42.682Z PASS [ 0.038s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
49562025-02-24T22:26:42.853Z PASS [ 0.171s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
49572025-02-24T22:26:42.853Z PASS [ 0.181s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
49582025-02-24T22:26:42.904Z PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
49592025-02-24T22:26:42.918Z PASS [ 0.064s] nexus-auth authn::external::session_cookie::test::test_get_token
49602025-02-24T22:26:42.945Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
49612025-02-24T22:26:42.957Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
49622025-02-24T22:26:42.996Z PASS [ 0.051s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
49632025-02-24T22:26:43.006Z PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_other_cookie
49642025-02-24T22:26:43.036Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
49652025-02-24T22:26:43.044Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
49662025-02-24T22:26:43.079Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
49672025-02-24T22:26:43.094Z PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_make_header_value
49682025-02-24T22:26:43.120Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
49692025-02-24T22:26:43.149Z PASS [ 0.056s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
49702025-02-24T22:26:43.162Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
49712025-02-24T22:26:43.185Z PASS [ 0.035s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
49722025-02-24T22:26:43.199Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
49732025-02-24T22:26:43.242Z PASS [ 0.042s] nexus-auth authn::external::token::test::test_make_header_value
49742025-02-24T22:26:43.245Z PASS [ 0.058s] nexus-auth authn::external::test::test_authn_sequence
49752025-02-24T22:26:43.279Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
49762025-02-24T22:26:43.286Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_missing
49772025-02-24T22:26:43.315Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_valid
49782025-02-24T22:26:43.368Z PASS [ 0.082s] nexus-auth authn::test::test_internal_users
49792025-02-24T22:26:43.433Z PASS [ 0.063s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
49802025-02-24T22:26:43.520Z PASS [ 0.204s] nexus-auth authz::context::test::test_unregistered_resource
49812025-02-24T22:26:43.548Z PASS [ 0.115s] nexus-auth context::test::test_background_context
49822025-02-24T22:26:43.621Z PASS [ 0.100s] nexus-auth context::test::test_child_context
49832025-02-24T22:26:43.646Z PASS [ 0.082s] nexus-auth context::test::test_test_context
49842025-02-24T22:26:43.722Z PASS [ 0.091s] nexus-config nexus_config::test::test_config_bad_toml
49852025-02-24T22:26:43.757Z PASS [ 0.033s] nexus-config nexus_config::test::test_config_empty
49862025-02-24T22:26:43.769Z PASS [ 0.149s] nexus-config nexus_config::test::test_bad_authn_schemes
49872025-02-24T22:26:43.787Z PASS [ 0.030s] nexus-config nexus_config::test::test_config_nonexistent
49882025-02-24T22:26:43.828Z PASS [ 0.042s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
49892025-02-24T22:26:43.846Z PASS [ 0.077s] nexus-config nexus_config::test::test_deployment_config_schema
49902025-02-24T22:26:43.926Z PASS [ 0.080s] nexus-config nexus_config::test::test_valid
49912025-02-24T22:26:43.954Z PASS [ 0.126s] nexus-config nexus_config::test::test_repo_configs_are_valid
49922025-02-24T22:26:43.964Z PASS [ 0.035s] nexus-config postgres_config::test::test_bad_url
49932025-02-24T22:26:43.985Z PASS [ 0.031s] nexus-config postgres_config::test::test_example_url
49942025-02-24T22:26:44.024Z PASS [ 0.061s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
49952025-02-24T22:26:44.035Z PASS [ 0.049s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
49962025-02-24T22:26:44.053Z PASS [ 0.029s] nexus-db-fixed-data test::test_allowlist_id_is_valid
49972025-02-24T22:26:44.065Z PASS [ 0.029s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
49982025-02-24T22:26:44.110Z PASS [ 0.058s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49992025-02-24T22:26:44.123Z PASS [ 0.058s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
50002025-02-24T22:26:44.193Z PASS [ 0.082s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
50012025-02-24T22:26:44.228Z PASS [ 0.105s] nexus-db-model device_auth::test::test_generate_user_code
50022025-02-24T22:26:44.235Z PASS [ 0.041s] nexus-db-model instance_state::tests::test_from_str_roundtrips
50032025-02-24T22:26:44.275Z PASS [ 0.047s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
50042025-02-24T22:26:44.282Z PASS [ 0.046s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
50052025-02-24T22:26:44.317Z PASS [ 18.812s] db-dev::test-db-dev test_db_run
50062025-02-24T22:26:44.341Z PASS [ 0.058s] nexus-db-model schema_versions::test::test_known_versions
50072025-02-24T22:26:44.351Z PASS [ 0.075s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
50082025-02-24T22:26:44.363Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
50092025-02-24T22:26:44.385Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
50102025-02-24T22:26:44.403Z PASS [ 0.061s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
50112025-02-24T22:26:44.410Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_verify
50122025-02-24T22:26:44.439Z PASS [ 0.054s] nexus-db-model semver_version::test::test_to_from_sortable_string
50132025-02-24T22:26:44.447Z PASS [ 0.043s] nexus-db-model tests::test_ip_subnet_check_requestable_address
50142025-02-24T22:26:44.460Z PASS [ 0.049s] nexus-db-model tests::test_ipv6_net_random_subnet
50152025-02-24T22:26:44.488Z PASS [ 0.041s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
50162025-02-24T22:26:44.488Z PASS [ 0.049s] nexus-db-model tests::test_roles_database_strings
50172025-02-24T22:26:44.496Z PASS [ 0.035s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
50182025-02-24T22:26:44.520Z PASS [ 0.030s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
50192025-02-24T22:26:46.892Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50202025-02-24T22:26:48.099Z PASS [ 3.602s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
50212025-02-24T22:26:48.102Z PASS [ 3.580s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
50222025-02-24T22:26:48.151Z PASS [ 3.661s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
50232025-02-24T22:26:49.352Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
50242025-02-24T22:26:50.782Z PASS [ 2.682s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
50252025-02-24T22:26:50.950Z PASS [ 2.797s] nexus-db-queries db::collection_attach::test::test_attach_once
50262025-02-24T22:26:51.094Z PASS [ 2.994s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
50272025-02-24T22:26:51.642Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
50282025-02-24T22:26:51.657Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
50292025-02-24T22:26:54.068Z PASS [ 3.286s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
50302025-02-24T22:26:54.291Z PASS [ 3.342s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
50312025-02-24T22:26:54.339Z PASS [ 0.048s] nexus-db-queries db::collection_attach::test::test_verify_query
50322025-02-24T22:26:54.403Z PASS [ 3.308s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
50332025-02-24T22:26:57.452Z PASS [ 3.112s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
50342025-02-24T22:26:57.597Z PASS [ 3.528s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
50352025-02-24T22:26:57.859Z PASS [ 3.455s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
50362025-02-24T22:27:00.710Z PASS [ 3.258s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
50372025-02-24T22:27:00.918Z PASS [ 3.321s] nexus-db-queries db::collection_detach::test::test_detach_once
50382025-02-24T22:27:00.974Z PASS [ 0.055s] nexus-db-queries db::collection_detach::test::test_verify_query
50392025-02-24T22:27:01.455Z PASS [ 3.596s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
50402025-02-24T22:27:03.396Z PASS [ 2.686s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
50412025-02-24T22:27:03.825Z PASS [ 2.850s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
50422025-02-24T22:27:04.005Z PASS [ 2.549s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
50432025-02-24T22:27:05.350Z PASS [ 76.009s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
50442025-02-24T22:27:06.025Z PASS [ 2.628s] nexus-db-queries db::collection_detach_many::test::test_detach_many
50452025-02-24T22:27:06.232Z PASS [ 2.407s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
50462025-02-24T22:27:06.403Z PASS [ 2.398s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
50472025-02-24T22:27:06.448Z PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query
50482025-02-24T22:27:07.948Z PASS [ 2.597s] nexus-db-queries db::collection_detach_many::test::test_detach_once
50492025-02-24T22:27:08.538Z PASS [ 2.512s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
50502025-02-24T22:27:08.583Z PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query
50512025-02-24T22:27:08.637Z PASS [ 0.053s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
50522025-02-24T22:27:08.639Z PASS [ 2.189s] nexus-db-queries db::collection_insert::test::test_collection_not_present
50532025-02-24T22:27:08.684Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_walk_columns
50542025-02-24T22:27:08.689Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_walk_table
50552025-02-24T22:27:08.878Z PASS [ 2.645s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
50562025-02-24T22:27:10.337Z PASS [ 2.388s] nexus-db-queries db::collection_insert::test::test_collection_present
50572025-02-24T22:27:13.895Z PASS [ 5.085s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
50582025-02-24T22:27:13.905Z PASS [ 5.205s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
50592025-02-24T22:27:13.908Z PASS [ 5.030s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
50602025-02-24T22:27:15.242Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
50612025-02-24T22:27:15.363Z PASS [ 5.026s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
50622025-02-24T22:27:18.515Z PASS [ 4.606s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
50632025-02-24T22:27:18.806Z PASS [ 4.917s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
50642025-02-24T22:27:19.257Z PASS [ 5.487s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
50652025-02-24T22:27:19.847Z PASS [ 4.483s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
50662025-02-24T22:27:23.642Z PASS [ 5.126s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
50672025-02-24T22:27:23.884Z PASS [ 5.077s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
50682025-02-24T22:27:24.269Z PASS [ 5.012s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
50692025-02-24T22:27:24.916Z PASS [ 5.068s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
50702025-02-24T22:27:28.478Z PASS [ 4.836s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
50712025-02-24T22:27:29.031Z PASS [ 4.761s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
50722025-02-24T22:27:29.696Z PASS [ 4.780s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
50732025-02-24T22:27:30.123Z PASS [ 6.238s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
50742025-02-24T22:27:33.177Z PASS [ 4.698s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
50752025-02-24T22:27:33.790Z PASS [ 4.093s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
50762025-02-24T22:27:34.032Z PASS [ 5.000s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
50772025-02-24T22:27:34.378Z PASS [ 4.254s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
50782025-02-24T22:27:38.110Z PASS [ 4.320s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
50792025-02-24T22:27:38.190Z PASS [ 5.013s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
50802025-02-24T22:27:38.482Z PASS [ 4.450s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
50812025-02-24T22:27:39.125Z PASS [ 4.747s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
50822025-02-24T22:27:39.999Z PASS [ 1.808s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
50832025-02-24T22:27:40.688Z PASS [ 2.205s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
50842025-02-24T22:27:41.037Z PASS [ 2.926s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
50852025-02-24T22:27:44.326Z PASS [ 5.199s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
50862025-02-24T22:27:45.037Z PASS [ 4.347s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
50872025-02-24T22:27:45.338Z PASS [ 5.339s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
50882025-02-24T22:27:46.278Z PASS [ 5.241s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
50892025-02-24T22:27:46.903Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50902025-02-24T22:27:49.391Z PASS [ 5.058s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
50912025-02-24T22:27:50.263Z PASS [ 5.227s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
50922025-02-24T22:27:50.323Z PASS [ 0.058s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
50932025-02-24T22:27:50.337Z PASS [ 4.996s] nexus-db-queries db::datastore::deployment::tests::test_set_target
50942025-02-24T22:27:51.523Z PASS [ 5.244s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
50952025-02-24T22:27:51.645Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
50962025-02-24T22:27:51.659Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
50972025-02-24T22:27:54.146Z PASS [ 4.763s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
50982025-02-24T22:27:54.646Z PASS [ 4.318s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
50992025-02-24T22:27:55.053Z PASS [ 4.716s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
51002025-02-24T22:27:57.510Z PASS [ 5.985s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
51012025-02-24T22:27:58.881Z PASS [ 4.735s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
51022025-02-24T22:27:59.353Z PASS [ 4.711s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
51032025-02-24T22:27:59.423Z PASS [ 4.369s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
51042025-02-24T22:28:03.641Z PASS [ 6.132s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
51052025-02-24T22:28:04.491Z PASS [ 5.136s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
51062025-02-24T22:28:04.542Z PASS [ 5.121s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
51072025-02-24T22:28:05.891Z PASS [ 7.009s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
51082025-02-24T22:28:08.495Z PASS [ 4.854s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
51092025-02-24T22:28:09.251Z PASS [ 4.709s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
51102025-02-24T22:28:09.412Z PASS [ 4.922s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
51112025-02-24T22:28:10.562Z PASS [ 4.627s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
51122025-02-24T22:28:13.502Z PASS [ 5.006s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
51132025-02-24T22:28:14.241Z PASS [ 4.990s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
51142025-02-24T22:28:14.679Z PASS [ 5.266s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
51152025-02-24T22:28:15.140Z PASS [ 4.620s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
51162025-02-24T22:28:15.244Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51172025-02-24T22:28:20.648Z PASS [ 5.315s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
51182025-02-24T22:28:20.650Z PASS [ 4.621s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
51192025-02-24T22:28:20.651Z PASS [ 4.895s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
51202025-02-24T22:28:21.078Z PASS [ 6.836s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
51212025-02-24T22:28:22.980Z PASS [ 4.163s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
51222025-02-24T22:28:23.975Z PASS [ 4.673s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
51232025-02-24T22:28:25.366Z PASS [ 4.288s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
51242025-02-24T22:28:26.203Z PASS [ 6.167s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
51252025-02-24T22:28:27.684Z PASS [ 4.703s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
51262025-02-24T22:28:28.896Z PASS [ 4.848s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
51272025-02-24T22:28:30.239Z PASS [ 4.872s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
51282025-02-24T22:28:31.643Z PASS [ 5.398s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
51292025-02-24T22:28:31.832Z PASS [ 4.140s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
51302025-02-24T22:28:35.796Z PASS [ 5.467s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
51312025-02-24T22:28:35.863Z PASS [ 4.234s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
51322025-02-24T22:28:38.950Z PASS [ 4.658s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
51332025-02-24T22:28:40.411Z PASS [ 4.573s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
51342025-02-24T22:28:43.545Z PASS [ 4.594s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
51352025-02-24T22:28:44.695Z PASS [ 14.456s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
51362025-02-24T22:28:45.443Z PASS [ 5.031s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
51372025-02-24T22:28:46.898Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
51382025-02-24T22:28:48.325Z PASS [ 4.780s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
51392025-02-24T22:28:49.715Z PASS [ 4.958s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
51402025-02-24T22:28:50.637Z PASS [ 5.194s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
51412025-02-24T22:28:51.648Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
51422025-02-24T22:28:51.661Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
51432025-02-24T22:28:53.922Z PASS [ 5.596s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
51442025-02-24T22:28:55.581Z PASS [ 4.936s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
51452025-02-24T22:28:55.999Z PASS [ 24.167s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
51462025-02-24T22:28:56.831Z PASS [ 7.171s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
51472025-02-24T22:28:58.797Z PASS [ 4.874s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
51482025-02-24T22:29:00.733Z PASS [ 5.159s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
51492025-02-24T22:29:00.777Z PASS [ 0.043s] nexus-db-queries db::datastore::region::test::test_extent_count
51502025-02-24T22:29:01.663Z PASS [ 5.670s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
51512025-02-24T22:29:02.247Z PASS [ 5.421s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
51522025-02-24T22:29:03.633Z PASS [ 4.836s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
51532025-02-24T22:29:05.249Z PASS [ 4.471s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
51542025-02-24T22:29:06.113Z PASS [ 4.449s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
51552025-02-24T22:29:06.946Z PASS [ 4.696s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
51562025-02-24T22:29:08.502Z PASS [ 4.869s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
51572025-02-24T22:29:09.700Z PASS [ 4.450s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
51582025-02-24T22:29:10.611Z PASS [ 4.497s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
51592025-02-24T22:29:11.366Z PASS [ 4.421s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
51602025-02-24T22:29:12.896Z PASS [ 4.393s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
51612025-02-24T22:29:14.036Z PASS [ 4.335s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
51622025-02-24T22:29:14.937Z PASS [ 4.326s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
51632025-02-24T22:29:15.246Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51642025-02-24T22:29:16.203Z PASS [ 4.837s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
51652025-02-24T22:29:17.404Z PASS [ 4.507s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
51662025-02-24T22:29:18.722Z PASS [ 4.686s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
51672025-02-24T22:29:20.385Z PASS [ 5.448s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
51682025-02-24T22:29:21.097Z PASS [ 4.893s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
51692025-02-24T22:29:22.404Z PASS [ 4.998s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
51702025-02-24T22:29:23.242Z PASS [ 4.520s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
51712025-02-24T22:29:24.891Z PASS [ 4.504s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
51722025-02-24T22:29:26.314Z PASS [ 5.217s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
51732025-02-24T22:29:27.411Z PASS [ 5.008s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
51742025-02-24T22:29:28.824Z PASS [ 5.582s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
51752025-02-24T22:29:30.327Z PASS [ 5.437s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
51762025-02-24T22:29:31.567Z PASS [ 5.252s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
51772025-02-24T22:29:32.590Z PASS [ 5.178s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
51782025-02-24T22:29:33.722Z PASS [ 4.896s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
51792025-02-24T22:29:35.486Z PASS [ 5.158s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
51802025-02-24T22:29:36.766Z PASS [ 5.172s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
51812025-02-24T22:29:37.685Z PASS [ 5.094s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
51822025-02-24T22:29:38.682Z PASS [ 4.960s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
51832025-02-24T22:29:40.509Z PASS [ 5.022s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
51842025-02-24T22:29:41.838Z PASS [ 5.098s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
51852025-02-24T22:29:43.433Z PASS [ 5.748s] nexus-db-queries db::datastore::sled::test::sled_list_batch
51862025-02-24T22:29:44.526Z PASS [ 5.844s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
51872025-02-24T22:29:45.737Z PASS [ 5.227s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
51882025-02-24T22:29:46.901Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
51892025-02-24T22:29:48.093Z PASS [ 4.659s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
51902025-02-24T22:29:49.113Z PASS [ 4.586s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
51912025-02-24T22:29:50.037Z PASS [ 4.300s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
51922025-02-24T22:29:50.827Z PASS [ 8.988s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
51932025-02-24T22:29:51.650Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
51942025-02-24T22:29:51.663Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
51952025-02-24T22:29:53.041Z PASS [ 4.948s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
51962025-02-24T22:29:55.967Z PASS [ 6.853s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
51972025-02-24T22:29:57.025Z PASS [ 6.987s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
51982025-02-24T22:29:57.143Z PASS [ 6.315s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
51992025-02-24T22:30:00.398Z PASS [ 7.357s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
52002025-02-24T22:30:01.305Z PASS [ 5.338s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
52012025-02-24T22:30:02.201Z PASS [ 5.174s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
52022025-02-24T22:30:02.278Z PASS [ 5.136s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
52032025-02-24T22:30:05.956Z PASS [ 5.558s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
52042025-02-24T22:30:06.360Z PASS [ 5.053s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
52052025-02-24T22:30:06.859Z PASS [ 4.572s] nexus-db-queries db::datastore::test::test_project_creation
52062025-02-24T22:30:07.331Z PASS [ 5.131s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
52072025-02-24T22:30:10.248Z PASS [ 4.292s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
52082025-02-24T22:30:11.042Z PASS [ 4.683s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
52092025-02-24T22:30:11.936Z PASS [ 4.604s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
52102025-02-24T22:30:15.248Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
52112025-02-24T22:30:15.700Z PASS [ 5.451s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
52122025-02-24T22:30:15.708Z PASS [ 4.665s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
52132025-02-24T22:30:17.247Z PASS [ 10.395s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
52142025-02-24T22:30:23.239Z PASS [ 11.302s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
52152025-02-24T22:30:25.558Z PASS [ 9.858s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
52162025-02-24T22:30:26.552Z PASS [ 10.841s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
52172025-02-24T22:30:27.361Z PASS [ 4.122s] nexus-db-queries db::datastore::test::test_session_methods
52182025-02-24T22:30:27.842Z PASS [ 10.549s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
52192025-02-24T22:30:30.385Z PASS [ 4.826s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
52202025-02-24T22:30:31.515Z PASS [ 4.964s] nexus-db-queries db::datastore::test::test_ssh_keys
52212025-02-24T22:30:31.839Z PASS [ 4.477s] nexus-db-queries db::datastore::test::test_table_scan
52222025-02-24T22:30:32.178Z PASS [ 4.380s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
52232025-02-24T22:30:35.329Z PASS [ 4.944s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
52242025-02-24T22:30:36.038Z PASS [ 4.523s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
52252025-02-24T22:30:36.262Z PASS [ 4.423s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
52262025-02-24T22:30:36.796Z PASS [ 4.617s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
52272025-02-24T22:30:36.849Z PASS [ 0.053s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
52282025-02-24T22:30:36.898Z PASS [ 0.049s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
52292025-02-24T22:30:39.732Z PASS [ 4.402s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
52302025-02-24T22:30:40.479Z PASS [ 4.440s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
52312025-02-24T22:30:44.604Z PASS [ 4.125s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
52322025-02-24T22:30:46.237Z PASS [ 9.974s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
52332025-02-24T22:30:46.607Z PASS [ 9.707s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
52342025-02-24T22:30:46.903Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
52352025-02-24T22:30:48.561Z PASS [ 3.956s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
52362025-02-24T22:30:49.761Z PASS [ 10.028s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
52372025-02-24T22:30:50.386Z PASS [ 4.148s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
52382025-02-24T22:30:51.201Z PASS [ 4.595s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
52392025-02-24T22:30:51.653Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
52402025-02-24T22:30:51.665Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
52412025-02-24T22:30:53.541Z PASS [ 4.979s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
52422025-02-24T22:30:55.589Z PASS [ 2.048s] nexus-db-queries db::explain::test::test_explain_async
52432025-02-24T22:30:56.169Z PASS [ 5.783s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
52442025-02-24T22:30:56.736Z PASS [ 6.975s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
52452025-02-24T22:30:57.500Z PASS [ 1.911s] nexus-db-queries db::explain::test::test_explain_full_table_scan
52462025-02-24T22:30:57.579Z PASS [ 6.378s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
52472025-02-24T22:30:59.769Z PASS [ 3.027s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
52482025-02-24T22:31:00.315Z PASS [ 4.146s] nexus-db-queries db::lookup::test::test_lookup
52492025-02-24T22:31:00.757Z PASS [ 3.177s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
52502025-02-24T22:31:00.802Z PASS [ 0.045s] nexus-db-queries db::pagination::test::test_paginator
52512025-02-24T22:31:00.816Z PASS [ 3.315s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
52522025-02-24T22:31:01.150Z PASS [ 0.334s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_anti_affinity_sleds_query
52532025-02-24T22:31:01.150Z PASS [ 0.347s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_affinity_sleds_query
52542025-02-24T22:31:02.875Z PASS [ 3.111s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
52552025-02-24T22:31:03.049Z PASS [ 1.899s] nexus-db-queries db::queries::affinity::test::explain_lookup_affinity_sleds_query
52562025-02-24T22:31:03.118Z PASS [ 1.966s] nexus-db-queries db::queries::affinity::test::explain_lookup_anti_affinity_sleds_query
52572025-02-24T22:31:03.188Z PASS [ 2.872s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
52582025-02-24T22:31:05.381Z PASS [ 2.505s] nexus-db-queries db::queries::affinity::test::lookup_affinity_sleds
52592025-02-24T22:31:05.538Z PASS [ 2.488s] nexus-db-queries db::queries::affinity::test::lookup_anti_affinity_sleds
52602025-02-24T22:31:07.846Z PASS [ 4.657s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
52612025-02-24T22:31:08.010Z PASS [ 4.892s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
52622025-02-24T22:31:09.790Z PASS [ 4.252s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
52632025-02-24T22:31:10.267Z PASS [ 4.885s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
52642025-02-24T22:31:12.424Z PASS [ 4.577s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
52652025-02-24T22:31:12.584Z PASS [ 4.574s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
52662025-02-24T22:31:14.923Z PASS [ 5.133s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
52672025-02-24T22:31:15.253Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
52682025-02-24T22:31:15.300Z PASS [ 5.033s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
52692025-02-24T22:31:15.357Z PASS [ 0.056s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
52702025-02-24T22:31:17.149Z PASS [ 4.564s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
52712025-02-24T22:31:17.460Z PASS [ 5.036s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
52722025-02-24T22:31:20.396Z PASS [ 5.039s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
52732025-02-24T22:31:21.649Z PASS [ 6.725s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
52742025-02-24T22:31:22.539Z PASS [ 5.078s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
52752025-02-24T22:31:23.021Z PASS [ 5.872s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
52762025-02-24T22:31:25.666Z PASS [ 5.270s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
52772025-02-24T22:31:26.516Z PASS [ 4.866s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
52782025-02-24T22:31:27.680Z PASS [ 5.140s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
52792025-02-24T22:31:28.028Z PASS [ 5.007s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
52802025-02-24T22:31:30.300Z PASS [ 4.633s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
52812025-02-24T22:31:31.327Z PASS [ 4.811s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
52822025-02-24T22:31:32.502Z PASS [ 4.821s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
52832025-02-24T22:31:32.758Z PASS [ 4.729s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
52842025-02-24T22:31:32.806Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
52852025-02-24T22:31:35.023Z PASS [ 4.722s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
52862025-02-24T22:31:36.050Z PASS [ 4.721s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
52872025-02-24T22:31:37.213Z PASS [ 4.711s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
52882025-02-24T22:31:37.535Z PASS [ 4.729s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
52892025-02-24T22:31:37.542Z PASS [ 2.519s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
52902025-02-24T22:31:37.583Z PASS [ 0.040s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
52912025-02-24T22:31:38.864Z PASS [ 2.815s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
52922025-02-24T22:31:39.164Z PASS [ 0.300s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
52932025-02-24T22:31:39.739Z PASS [ 0.574s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
52942025-02-24T22:31:40.419Z PASS [ 3.206s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
52952025-02-24T22:31:40.430Z PASS [ 2.847s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
52962025-02-24T22:31:40.539Z PASS [ 3.003s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
52972025-02-24T22:31:41.578Z PASS [ 1.839s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
52982025-02-24T22:31:41.905Z PASS [ 0.327s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
52992025-02-24T22:31:41.912Z PASS [ 1.481s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
53002025-02-24T22:31:42.315Z PASS [ 0.402s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
53012025-02-24T22:31:42.325Z PASS [ 0.419s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
53022025-02-24T22:31:42.817Z PASS [ 0.501s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
53032025-02-24T22:31:42.866Z PASS [ 2.446s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
53042025-02-24T22:31:43.073Z PASS [ 2.534s] nexus-db-queries db::queries::region_allocation::test::explainable
53052025-02-24T22:31:44.389Z PASS [ 2.063s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
53062025-02-24T22:31:44.569Z PASS [ 0.180s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
53072025-02-24T22:31:44.614Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
53082025-02-24T22:31:44.657Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
53092025-02-24T22:31:44.690Z PASS [ 1.873s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
53102025-02-24T22:31:44.706Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
53112025-02-24T22:31:44.720Z PASS [ 1.854s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
53122025-02-24T22:31:44.735Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
53132025-02-24T22:31:44.816Z PASS [ 1.742s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
53142025-02-24T22:31:46.418Z PASS [ 1.711s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
53152025-02-24T22:31:46.542Z PASS [ 1.820s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
53162025-02-24T22:31:46.601Z PASS [ 1.866s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
53172025-02-24T22:31:46.906Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
53182025-02-24T22:31:51.108Z PASS [ 4.506s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
53192025-02-24T22:31:51.158Z PASS [ 0.050s] nexus-defaults tests::test_random_vpc_ipv6_prefix
53202025-02-24T22:31:51.510Z PASS [ 4.968s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
53212025-02-24T22:31:51.591Z PASS [ 0.080s] nexus-inventory builder::test::test_empty
53222025-02-24T22:31:51.655Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53232025-02-24T22:31:51.667Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53242025-02-24T22:31:51.680Z PASS [ 0.088s] nexus-inventory builder::test::test_problems
53252025-02-24T22:31:51.746Z PASS [ 0.587s] nexus-inventory builder::test::test_basic
53262025-02-24T22:31:54.140Z PASS [ 2.461s] nexus-inventory collector::test::test_basic
53272025-02-24T22:31:54.407Z PASS [ 2.659s] nexus-inventory collector::test::test_multi_mgs
53282025-02-24T22:31:54.856Z PASS [ 0.716s] nexus-inventory collector::test::test_multi_mgs_failure
53292025-02-24T22:31:55.134Z PASS [ 10.318s] nexus-db-queries policy_test::test_conferred_roles
53302025-02-24T22:31:55.795Z PASS [ 1.388s] nexus-inventory collector::test::test_sled_agent_failure
53312025-02-24T22:31:56.327Z PASS [ 0.531s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
53322025-02-24T22:31:56.380Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
53332025-02-24T22:31:56.433Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
53342025-02-24T22:31:56.480Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
53352025-02-24T22:31:56.523Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
53362025-02-24T22:31:56.569Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
53372025-02-24T22:31:56.613Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
53382025-02-24T22:31:56.668Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
53392025-02-24T22:31:56.713Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
53402025-02-24T22:31:56.760Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
53412025-02-24T22:31:56.803Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_sled_in_zones_map_but_not_others
53422025-02-24T22:31:56.847Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
53432025-02-24T22:31:56.895Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
53442025-02-24T22:31:56.958Z PASS [ 0.063s] nexus-reconfigurator-blippy checks::tests::test_sled_not_in_zones_map
53452025-02-24T22:31:57.001Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
53462025-02-24T22:31:57.042Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
53472025-02-24T22:31:57.084Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
53482025-02-24T22:31:57.135Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
53492025-02-24T22:31:57.269Z PASS [ 0.133s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
53502025-02-24T22:32:00.853Z PASS [ 5.718s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
53512025-02-24T22:32:00.910Z PASS [ 6.054s] nexus-metrics-producer-gc tests::test_prune_expired_producers
53522025-02-24T22:32:00.991Z PASS [ 0.080s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
53532025-02-24T22:32:01.054Z PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
53542025-02-24T22:32:01.112Z PASS [ 0.057s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
53552025-02-24T22:32:01.174Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
53562025-02-24T22:32:08.335Z PASS [ 353.098s] oximeter-db client::tests::test_replicated
53572025-02-24T22:32:08.462Z PASS [ 0.124s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
53582025-02-24T22:32:08.506Z PASS [ 0.043s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
53592025-02-24T22:32:08.546Z PASS [ 0.040s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
53602025-02-24T22:32:08.582Z PASS [ 0.035s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
53612025-02-24T22:32:08.620Z PASS [ 0.038s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
53622025-02-24T22:32:09.524Z PASS [ 0.902s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
53632025-02-24T22:32:10.235Z PASS [ 0.712s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
53642025-02-24T22:32:10.931Z PASS [ 0.696s] omicron-clickhouse-admin::integration_test test_lgif_parsing
53652025-02-24T22:32:11.179Z PASS [ 0.247s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
53662025-02-24T22:32:11.758Z PASS [ 0.579s] omicron-clickhouse-admin::integration_test test_teardown
53672025-02-24T22:32:11.864Z PASS [ 0.105s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
53682025-02-24T22:32:21.210Z PASS [ 20.356s] nexus-reconfigurator-execution datasets::tests::test_deploy_datasets
53692025-02-24T22:32:41.936Z PASS [ 20.725s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
53702025-02-24T22:32:46.744Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53712025-02-24T22:32:46.908Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
53722025-02-24T22:32:51.658Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53732025-02-24T22:32:51.671Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53742025-02-24T22:32:57.285Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
53752025-02-24T22:33:01.197Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
53762025-02-24T22:33:06.869Z PASS [ 24.931s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
53772025-02-24T22:33:11.878Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
53782025-02-24T22:33:13.542Z PASS [ 76.271s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
53792025-02-24T22:33:16.026Z PASS [ 89.607s] nexus-db-queries policy_test::test_iam_roles_behavior
53802025-02-24T22:33:17.978Z PASS [ 66.111s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
53812025-02-24T22:33:21.188Z PASS [ 3.210s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
53822025-02-24T22:33:25.529Z PASS [ 18.661s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
53832025-02-24T22:33:25.920Z PASS [ 0.391s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
53842025-02-24T22:33:25.971Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
53852025-02-24T22:33:26.005Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
53862025-02-24T22:33:26.058Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backfill_filesystem_pool
53872025-02-24T22:33:26.147Z PASS [ 0.088s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
53882025-02-24T22:33:26.196Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
53892025-02-24T22:33:26.260Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
53902025-02-24T22:33:26.334Z PASS [ 0.074s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
53912025-02-24T22:33:26.379Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
53922025-02-24T22:33:26.436Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
53932025-02-24T22:33:26.471Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
53942025-02-24T22:33:26.519Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
53952025-02-24T22:33:26.554Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
53962025-02-24T22:33:26.590Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
53972025-02-24T22:33:26.632Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
53982025-02-24T22:33:26.670Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
53992025-02-24T22:33:26.706Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
54002025-02-24T22:33:26.802Z PASS [ 0.096s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
54012025-02-24T22:33:29.207Z PASS [ 88.031s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
54022025-02-24T22:33:29.252Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
54032025-02-24T22:33:29.919Z PASS [ 16.376s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
54042025-02-24T22:33:30.213Z PASS [ 14.186s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
54052025-02-24T22:33:30.220Z PASS [ 0.968s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
54062025-02-24T22:33:30.505Z PASS [ 0.284s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
54072025-02-24T22:33:30.537Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
54082025-02-24T22:33:30.603Z PASS [ 0.066s] nexus-reconfigurator-planning example::tests::builder_zone_counts
54092025-02-24T22:33:30.639Z PASS [ 0.036s] nexus-reconfigurator-planning example::tests::instances_on_examples
54102025-02-24T22:33:30.726Z PASS [ 0.512s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
54112025-02-24T22:33:30.733Z PASS [ 0.093s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
54122025-02-24T22:33:30.741Z PASS [ 0.821s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
54132025-02-24T22:33:30.785Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
54142025-02-24T22:33:30.827Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
54152025-02-24T22:33:30.844Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
54162025-02-24T22:33:30.867Z PASS [ 0.126s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
54172025-02-24T22:33:30.890Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
54182025-02-24T22:33:30.898Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
54192025-02-24T22:33:30.928Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
54202025-02-24T22:33:30.941Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
54212025-02-24T22:33:30.951Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
54222025-02-24T22:33:30.970Z PASS [ 0.041s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
54232025-02-24T22:33:31.003Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
54242025-02-24T22:33:31.011Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
54252025-02-24T22:33:31.063Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
54262025-02-24T22:33:31.076Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
54272025-02-24T22:33:31.101Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
54282025-02-24T22:33:31.136Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
54292025-02-24T22:33:31.146Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
54302025-02-24T22:33:31.172Z PASS [ 0.070s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
54312025-02-24T22:33:31.206Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
54322025-02-24T22:33:31.290Z PASS [ 0.143s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
54332025-02-24T22:33:31.307Z PASS [ 4.505s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
54342025-02-24T22:33:31.441Z PASS [ 0.133s] nexus-saga-recovery recovery::test::test_plan_basic
54352025-02-24T22:33:31.448Z PASS [ 0.158s] nexus-saga-recovery recovery::test::test_execution_basic
54362025-02-24T22:33:31.486Z PASS [ 0.044s] nexus-saga-recovery recovery::test::test_read_all_from_channel
54372025-02-24T22:33:31.502Z PASS [ 0.052s] nexus-saga-recovery test::test_basic
54382025-02-24T22:33:31.531Z PASS [ 0.045s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
54392025-02-24T22:33:31.585Z PASS [ 0.083s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
54402025-02-24T22:33:31.603Z PASS [ 0.070s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
54412025-02-24T22:33:31.632Z PASS [ 0.046s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
54422025-02-24T22:33:31.639Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
54432025-02-24T22:33:31.660Z PASS [ 0.028s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
54442025-02-24T22:33:31.667Z PASS [ 0.027s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
54452025-02-24T22:33:31.721Z PASS [ 0.060s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
54462025-02-24T22:33:31.721Z PASS [ 0.053s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
54472025-02-24T22:33:32.470Z PASS [ 0.740s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
54482025-02-24T22:33:32.473Z PASS [ 0.749s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
54492025-02-24T22:33:32.621Z PASS [ 0.150s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
54502025-02-24T22:33:32.628Z PASS [ 0.157s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
54512025-02-24T22:33:32.912Z PASS [ 0.290s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
54522025-02-24T22:33:32.934Z PASS [ 0.305s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
54532025-02-24T22:33:33.055Z PASS [ 0.142s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
54542025-02-24T22:33:33.081Z PASS [ 0.146s] nexus-types deployment::id_map::tests::serialization_is_transparent
54552025-02-24T22:33:33.202Z PASS [ 0.147s] nexus-types deployment::id_map::tests::serialization_roundtrip
54562025-02-24T22:33:33.255Z PASS [ 0.174s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
54572025-02-24T22:33:33.292Z PASS [ 0.036s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
54582025-02-24T22:33:33.431Z PASS [ 0.229s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
54592025-02-24T22:33:33.704Z PASS [ 12.515s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
54602025-02-24T22:33:34.227Z PASS [ 522.210s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54612025-02-24T22:33:34.344Z PASS [ 522.709s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54622025-02-24T22:33:34.375Z PASS [ 0.032s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
54632025-02-24T22:33:34.415Z PASS [ 0.040s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
54642025-02-24T22:33:34.459Z PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing
54652025-02-24T22:33:34.494Z PASS [ 0.034s] omicron-brand-metadata tests::test_deserialize
54662025-02-24T22:33:34.677Z PASS [ 0.183s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
54672025-02-24T22:33:34.752Z PASS [ 0.074s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
54682025-02-24T22:33:34.823Z PASS [ 0.071s] omicron-certificates tests::test_cert_extended_key_usage
54692025-02-24T22:33:34.887Z PASS [ 0.064s] omicron-certificates tests::test_common_name_is_validated
54702025-02-24T22:33:34.955Z PASS [ 0.068s] omicron-certificates tests::test_subject_alternate_names_are_validated
54712025-02-24T22:33:35.840Z PASS [ 468.952s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54722025-02-24T22:33:36.907Z PASS [ 1.951s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
54732025-02-24T22:33:37.483Z PASS [ 4.050s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
54742025-02-24T22:33:37.537Z PASS [ 0.054s] omicron-common address::test::test_dns_subnets
54752025-02-24T22:33:37.545Z PASS [ 1.704s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
54762025-02-24T22:33:37.568Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
54772025-02-24T22:33:37.602Z PASS [ 0.056s] omicron-common address::test::test_ip_range_enum_deserialization
54782025-02-24T22:33:37.610Z PASS [ 0.042s] omicron-common address::test::test_ip_range_iter
54792025-02-24T22:33:37.635Z PASS [ 0.032s] omicron-common address::test::test_ip_range_length
54802025-02-24T22:33:37.826Z PASS [ 0.215s] omicron-common address::test::test_ip_range_try_from
54812025-02-24T22:33:37.829Z PASS [ 0.191s] omicron-common address::test::test_ipv6_subnet_deserialize
54822025-02-24T22:33:37.885Z PASS [ 0.058s] omicron-common api::external::error::test::test_bail_unless
54832025-02-24T22:33:37.909Z PASS [ 0.061s] omicron-common address::test::test_sled_address
54842025-02-24T22:33:37.922Z PASS [ 0.036s] omicron-common api::external::error::test::test_context
54852025-02-24T22:33:37.965Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_examples
54862025-02-24T22:33:37.976Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_pagination_schemas
54872025-02-24T22:33:38.026Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_name
54882025-02-24T22:33:38.026Z PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_scan_by_id
54892025-02-24T22:33:38.069Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
54902025-02-24T22:33:38.090Z PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
54912025-02-24T22:33:38.111Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
54922025-02-24T22:33:38.131Z PASS [ 0.039s] omicron-common api::external::test::test_bytecount
54932025-02-24T22:33:38.144Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
54942025-02-24T22:33:38.187Z PASS [ 0.043s] omicron-common api::external::test::test_firewall_deserialization
54952025-02-24T22:33:38.195Z PASS [ 0.065s] omicron-common api::external::test::test_digest
54962025-02-24T22:33:38.271Z PASS [ 0.083s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
54972025-02-24T22:33:38.291Z PASS [ 0.095s] omicron-common api::external::test::test_firewall_rule_target_parse
54982025-02-24T22:33:38.305Z PASS [ 0.034s] omicron-common api::external::test::test_generation_display_parse
54992025-02-24T22:33:38.332Z PASS [ 0.041s] omicron-common api::external::test::test_generation_from_int
55002025-02-24T22:33:38.369Z PASS [ 0.036s] omicron-common api::external::test::test_generation_serde
55012025-02-24T22:33:38.409Z PASS [ 0.040s] omicron-common api::external::test::test_hostname_from_str
55022025-02-24T22:33:38.440Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
55032025-02-24T22:33:38.471Z PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_into_str
55042025-02-24T22:33:38.507Z PASS [ 0.035s] omicron-common api::external::test::test_ipv6_net_operations
55052025-02-24T22:33:38.548Z PASS [ 0.041s] omicron-common api::external::test::test_mac_system_iterator
55062025-02-24T22:33:38.578Z PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions
55072025-02-24T22:33:38.603Z PASS [ 1.693s] omicron-cockroach-admin context::tests::test_node_id
55082025-02-24T22:33:38.610Z PASS [ 0.032s] omicron-common api::external::test::test_macaddr
55092025-02-24T22:33:38.633Z PASS [ 0.032s] omicron-common api::external::test::test_name_parse
55102025-02-24T22:33:38.642Z PASS [ 0.030s] omicron-common api::external::test::test_name_parse_from_param
55112025-02-24T22:33:38.663Z PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse
55122025-02-24T22:33:38.672Z PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse
55132025-02-24T22:33:38.726Z PASS [ 0.062s] omicron-common api::external::test::test_route_destination_parse
55142025-02-24T22:33:38.734Z PASS [ 0.061s] omicron-common api::external::test::test_route_target_parse
55152025-02-24T22:33:38.759Z PASS [ 0.032s] omicron-common api::external::test::test_semver_serialize
55162025-02-24T22:33:38.767Z PASS [ 0.032s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
55172025-02-24T22:33:38.790Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
55182025-02-24T22:33:38.799Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
55192025-02-24T22:33:38.826Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
55202025-02-24T22:33:38.833Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
55212025-02-24T22:33:38.885Z PASS [ 0.051s] omicron-common ledger::test::test_create_default_ledger
55222025-02-24T22:33:38.893Z PASS [ 0.066s] omicron-common ledger::test::test_commit_handles_write_failures
55232025-02-24T22:33:38.919Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_from_storage
55242025-02-24T22:33:38.926Z PASS [ 0.621s] omicron-common api::external::test::test_generation_overflow
55252025-02-24T22:33:38.933Z PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
55262025-02-24T22:33:38.948Z PASS [ 0.029s] omicron-common update::tests::serde_artifact_kind
55272025-02-24T22:33:38.958Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_bad_zpool_names
55282025-02-24T22:33:38.965Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_external_zpool_name
55292025-02-24T22:33:38.980Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_internal_zpool_name
55302025-02-24T22:33:38.989Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_zpool_name_json
55312025-02-24T22:33:38.999Z PASS [ 0.033s] omicron-common zpool_name::test::test_zpool_name_regex
55322025-02-24T22:33:39.411Z PASS [ 0.430s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
55332025-02-24T22:33:39.411Z PASS [ 0.421s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
55342025-02-24T22:33:39.515Z PASS [ 0.103s] omicron-gateway management_switch::location_map::tests::test_config_validation
55352025-02-24T22:33:39.515Z PASS [ 0.103s] omicron-gateway management_switch::location_map::tests::test_resolve_location
55362025-02-24T22:33:39.738Z PASS [ 0.223s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
55372025-02-24T22:33:40.112Z PASS [ 0.597s] omicron-gateway::test_all integration_tests::component_list::component_list
55382025-02-24T22:33:40.269Z PASS [ 0.531s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
55392025-02-24T22:33:40.314Z PASS [ 0.202s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
55402025-02-24T22:33:40.458Z PASS [ 0.188s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
55412025-02-24T22:33:40.479Z PASS [ 6.636s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
55422025-02-24T22:33:47.740Z PASS [ 14.447s] nexus-types deployment::tri_map::tests::proptest_ops
55432025-02-24T22:33:50.743Z PASS [ 11.743s] omicron-dev::test-omicron-dev test_run_all
55442025-02-24T22:33:51.029Z PASS [ 19.855s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
55452025-02-24T22:33:51.894Z PASS [ 20.687s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
55462025-02-24T22:33:55.588Z PASS [ 15.108s] omicron-nexus app::background::driver::test::test_driver_basic
55472025-02-24T22:33:55.881Z PASS [ 22.175s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
55482025-02-24T22:33:57.267Z PASS [ 16.808s] omicron-nexus app::background::driver::test::test_activation_in_progress
55492025-02-24T22:34:02.146Z PASS [ 21.830s] omicron-ls-apis::test_dependencies test_api_dependencies
55502025-02-24T22:34:02.152Z PASS [ 4.885s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
55512025-02-24T22:34:04.849Z PASS [ 17.108s] omicron-nexus app::background::init::test::test_dns_propagation_basic
55522025-02-24T22:34:04.905Z PASS [ 0.056s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
55532025-02-24T22:34:07.145Z PASS [ 4.999s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
55542025-02-24T22:34:07.202Z PASS [ 5.048s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
55552025-02-24T22:34:11.726Z PASS [ 15.846s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
55562025-02-24T22:34:12.744Z PASS [ 22.000s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
55572025-02-24T22:34:14.816Z PASS [ 23.788s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
55582025-02-24T22:34:14.833Z PASS [ 19.243s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
55592025-02-24T22:34:16.047Z PASS [ 24.150s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
55602025-02-24T22:34:21.163Z PASS [ 16.257s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
55612025-02-24T22:34:23.954Z PASS [ 16.751s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
55622025-02-24T22:34:24.397Z PASS [ 17.251s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
55632025-02-24T22:34:28.769Z PASS [ 17.042s] omicron-nexus app::background::tasks::dns_config::test::test_basic
55642025-02-24T22:34:31.146Z PASS [ 18.402s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
55652025-02-24T22:34:32.477Z PASS [ 17.660s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
55662025-02-24T22:34:40.299Z PASS [ 24.252s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
55672025-02-24T22:34:45.456Z PASS [ 21.502s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
55682025-02-24T22:34:46.645Z PASS [ 15.498s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
55692025-02-24T22:34:46.889Z PASS [ 18.119s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
55702025-02-24T22:34:51.990Z PASS [ 19.511s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
55712025-02-24T22:34:53.754Z PASS [ 13.451s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
55722025-02-24T22:34:53.880Z PASS [ 29.482s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
55732025-02-24T22:34:57.555Z PASS [ 42.722s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
55742025-02-24T22:35:01.187Z PASS [ 15.730s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
55752025-02-24T22:35:02.688Z PASS [ 16.042s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
55762025-02-24T22:35:02.823Z PASS [ 15.932s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
55772025-02-24T22:35:08.296Z PASS [ 16.307s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
55782025-02-24T22:35:10.755Z PASS [ 16.874s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
55792025-02-24T22:35:10.987Z PASS [ 17.235s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
55802025-02-24T22:35:13.659Z PASS [ 16.103s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
55812025-02-24T22:35:13.673Z PASS [ 2.918s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
55822025-02-24T22:35:16.660Z PASS [ 3.000s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
55832025-02-24T22:35:19.704Z PASS [ 16.881s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
55842025-02-24T22:35:21.177Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
55852025-02-24T22:35:21.572Z PASS [ 20.384s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
55862025-02-24T22:35:23.922Z PASS [ 21.234s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
55872025-02-24T22:35:25.019Z PASS [ 16.722s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
55882025-02-24T22:35:30.323Z PASS [ 19.335s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
55892025-02-24T22:35:32.385Z PASS [ 18.712s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
55902025-02-24T22:35:34.811Z PASS [ 18.150s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
55912025-02-24T22:35:36.804Z PASS [ 75.639s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
55922025-02-24T22:35:36.869Z PASS [ 0.064s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
55932025-02-24T22:35:37.332Z PASS [ 17.627s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
55942025-02-24T22:35:37.340Z PASS [ 0.471s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
55952025-02-24T22:35:37.891Z PASS [ 0.550s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
55962025-02-24T22:35:38.004Z PASS [ 0.672s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
55972025-02-24T22:35:38.289Z PASS [ 0.398s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
55982025-02-24T22:35:39.341Z PASS [ 1.051s] omicron-nexus app::external_endpoints::test::test_authority
55992025-02-24T22:35:39.515Z PASS [ 0.173s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
56002025-02-24T22:35:39.839Z PASS [ 1.834s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
56012025-02-24T22:35:39.928Z PASS [ 0.089s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
56022025-02-24T22:35:39.992Z PASS [ 0.063s] omicron-nexus app::external_endpoints::test::test_no_endpoint
56032025-02-24T22:35:40.052Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
56042025-02-24T22:35:40.112Z PASS [ 0.058s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
56052025-02-24T22:35:40.175Z PASS [ 18.602s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
56062025-02-24T22:35:40.182Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
56072025-02-24T22:35:40.236Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
56082025-02-24T22:35:40.248Z PASS [ 0.065s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
56092025-02-24T22:35:40.294Z PASS [ 0.058s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
56102025-02-24T22:35:41.018Z PASS [ 17.095s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
56112025-02-24T22:35:41.590Z PASS [ 16.570s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
56122025-02-24T22:35:43.928Z PASS [ 4.412s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
56132025-02-24T22:35:48.347Z PASS [ 18.024s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
56142025-02-24T22:35:49.562Z PASS [ 17.176s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
56152025-02-24T22:35:51.549Z PASS [ 16.738s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
56162025-02-24T22:36:02.481Z PASS [ 22.186s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
56172025-02-24T22:36:03.026Z PASS [ 22.776s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
56182025-02-24T22:36:03.339Z PASS [ 22.320s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
56192025-02-24T22:36:04.066Z PASS [ 22.475s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
56202025-02-24T22:36:15.875Z PASS [ 31.946s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
56212025-02-24T22:36:16.330Z PASS [ 27.981s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
56222025-02-24T22:36:17.501Z PASS [ 27.937s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
56232025-02-24T22:36:18.245Z PASS [ 26.694s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
56242025-02-24T22:36:29.293Z PASS [ 26.266s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
56252025-02-24T22:36:30.014Z PASS [ 27.532s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
56262025-02-24T22:36:31.692Z PASS [ 28.351s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
56272025-02-24T22:36:31.735Z PASS [ 27.668s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
56282025-02-24T22:36:40.463Z PASS [ 24.132s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
56292025-02-24T22:36:40.492Z PASS [ 22.989s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
56302025-02-24T22:36:40.748Z PASS [ 22.502s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
56312025-02-24T22:36:41.405Z PASS [ 25.529s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
56322025-02-24T22:36:54.529Z PASS [ 24.513s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
56332025-02-24T22:36:55.879Z PASS [ 24.187s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
56342025-02-24T22:37:01.374Z PASS [ 29.638s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
56352025-02-24T22:37:08.058Z PASS [ 27.565s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
56362025-02-24T22:37:09.235Z PASS [ 28.485s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
56372025-02-24T22:37:22.445Z PASS [ 27.284s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
56382025-02-24T22:37:23.428Z PASS [ 27.477s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
56392025-02-24T22:37:29.306Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
56402025-02-24T22:37:34.545Z PASS [ 26.486s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
56412025-02-24T22:37:36.225Z PASS [ 26.989s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
56422025-02-24T22:37:40.499Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56432025-02-24T22:37:41.419Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
56442025-02-24T22:37:53.370Z PASS [ 30.013s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
56452025-02-24T22:38:01.387Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56462025-02-24T22:38:04.604Z PASS [ 30.058s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
56472025-02-24T22:38:08.122Z PASS [ 98.827s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
56482025-02-24T22:38:21.062Z PASS [ 27.690s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
56492025-02-24T22:38:21.827Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
56502025-02-24T22:38:30.001Z PASS [ 108.593s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
56512025-02-24T22:38:31.558Z PASS [ 26.953s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
56522025-02-24T22:38:32.539Z PASS [ 70.723s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
56532025-02-24T22:38:36.238Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56542025-02-24T22:38:40.496Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56552025-02-24T22:38:44.823Z PASS [ 124.357s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56562025-02-24T22:38:49.800Z PASS [ 28.737s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
56572025-02-24T22:38:57.694Z PASS [ 27.692s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
56582025-02-24T22:39:00.251Z PASS [ 27.712s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
56592025-02-24T22:39:01.389Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56602025-02-24T22:39:08.136Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
56612025-02-24T22:39:16.640Z PASS [ 26.839s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
56622025-02-24T22:39:20.120Z PASS [ 71.995s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
56632025-02-24T22:39:24.834Z PASS [ 27.139s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
56642025-02-24T22:39:31.572Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
56652025-02-24T22:39:34.627Z PASS [ 34.375s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
56662025-02-24T22:39:36.240Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56672025-02-24T22:39:36.299Z PASS [ 16.178s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
56682025-02-24T22:39:40.445Z PASS [ 23.804s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
56692025-02-24T22:39:40.482Z PASS [ 15.647s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
56702025-02-24T22:39:43.407Z PASS [ 127.179s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56712025-02-24T22:39:43.641Z PASS [ 162.263s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56722025-02-24T22:39:44.835Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56732025-02-24T22:39:54.104Z PASS [ 17.804s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
56742025-02-24T22:39:58.256Z PASS [ 17.773s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
56752025-02-24T22:39:58.472Z PASS [ 23.844s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
56762025-02-24T22:40:05.020Z PASS [ 24.574s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
56772025-02-24T22:40:09.748Z PASS [ 26.106s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
56782025-02-24T22:40:09.825Z PASS [ 0.077s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
56792025-02-24T22:40:10.053Z PASS [ 26.645s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
56802025-02-24T22:40:20.007Z PASS [ 25.901s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
56812025-02-24T22:40:21.120Z PASS [ 16.099s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
56822025-02-24T22:40:22.300Z PASS [ 24.043s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
56832025-02-24T22:40:22.599Z PASS [ 24.126s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
56842025-02-24T22:40:23.208Z PASS [ 111.647s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
56852025-02-24T22:40:34.459Z PASS [ 24.633s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
56862025-02-24T22:40:36.950Z PASS [ 15.829s] omicron-nexus app::sagas::test_saga::test_saga_stuck
56872025-02-24T22:40:37.232Z PASS [ 112.407s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56882025-02-24T22:40:40.915Z PASS [ 18.316s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
56892025-02-24T22:40:41.158Z PASS [ 31.103s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
56902025-02-24T22:40:41.232Z PASS [ 18.023s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
56912025-02-24T22:40:41.288Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz
56922025-02-24T22:40:41.340Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
56932025-02-24T22:40:41.359Z PASS [ 19.058s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
56942025-02-24T22:40:41.390Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
56952025-02-24T22:40:41.409Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
56962025-02-24T22:40:41.442Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
56972025-02-24T22:40:41.460Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
56982025-02-24T22:40:41.494Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
56992025-02-24T22:40:41.512Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_relative_uri
57002025-02-24T22:40:46.780Z PASS [ 5.622s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
57012025-02-24T22:40:50.135Z PASS [ 30.128s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
57022025-02-24T22:40:50.669Z PASS [ 16.207s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
57032025-02-24T22:40:53.753Z PASS [ 16.801s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
57042025-02-24T22:40:54.208Z PASS [ 16.974s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
57052025-02-24T22:40:54.783Z PASS [ 0.574s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
57062025-02-24T22:40:56.287Z PASS [ 2.533s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
57072025-02-24T22:40:56.360Z PASS [ 5.692s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
57082025-02-24T22:40:56.721Z PASS [ 15.805s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
57092025-02-24T22:41:01.514Z PASS [ 20.001s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
57102025-02-24T22:41:01.619Z PASS [ 14.838s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
57112025-02-24T22:41:10.365Z PASS [ 20.229s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
57122025-02-24T22:41:12.377Z PASS [ 17.593s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
57132025-02-24T22:41:13.547Z PASS [ 17.259s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
57142025-02-24T22:41:13.699Z PASS [ 17.338s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
57152025-02-24T22:41:14.393Z PASS [ 17.671s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
57162025-02-24T22:41:17.503Z PASS [ 15.881s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
57172025-02-24T22:41:18.417Z PASS [ 16.903s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
57182025-02-24T22:41:22.189Z PASS [ 40.694s] omicron-nexus populate::test::test_populators
57192025-02-24T22:41:26.914Z PASS [ 16.548s] omicron-nexus::test_all integration_tests::basic::test_ping
57202025-02-24T22:41:30.892Z PASS [ 17.192s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
57212025-02-24T22:41:31.240Z PASS [ 16.846s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
57222025-02-24T22:41:34.605Z PASS [ 17.103s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
57232025-02-24T22:41:34.676Z PASS [ 16.257s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
57242025-02-24T22:41:35.697Z PASS [ 23.319s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
57252025-02-24T22:41:35.911Z PASS [ 0.214s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
57262025-02-24T22:41:37.417Z PASS [ 15.227s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
57272025-02-24T22:41:39.178Z PASS [ 4.502s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
57282025-02-24T22:41:39.216Z PASS [ 4.611s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
57292025-02-24T22:41:41.682Z PASS [ 28.134s] omicron-nexus::test_all integration_tests::basic::test_projects_list
57302025-02-24T22:41:43.372Z PASS [ 16.457s] omicron-nexus::test_all integration_tests::certificates::test_crud
57312025-02-24T22:41:44.517Z PASS [ 13.625s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
57322025-02-24T22:41:52.732Z PASS [ 16.820s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
57332025-02-24T22:41:53.425Z PASS [ 22.183s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
57342025-02-24T22:41:53.675Z PASS [ 16.257s] omicron-nexus::test_all integration_tests::console_api::test_assets
57352025-02-24T22:41:55.922Z PASS [ 16.743s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
57362025-02-24T22:42:00.374Z PASS [ 16.999s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
57372025-02-24T22:42:00.649Z PASS [ 16.131s] omicron-nexus::test_all integration_tests::console_api::test_session_me
57382025-02-24T22:42:01.087Z PASS [ 21.870s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
57392025-02-24T22:42:03.111Z PASS [ 21.429s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
57402025-02-24T22:42:09.623Z PASS [ 16.886s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
57412025-02-24T22:42:10.269Z PASS [ 16.591s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
57422025-02-24T22:42:14.777Z PASS [ 21.351s] omicron-nexus::test_all integration_tests::console_api::test_sessions
57432025-02-24T22:42:29.999Z PASS [ 33.811s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
57442025-02-24T22:42:29.999Z PASS [ 29.516s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
57452025-02-24T22:42:31.923Z PASS [ 31.273s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
57462025-02-24T22:42:32.724Z PASS [ 31.636s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
57472025-02-24T22:42:46.420Z PASS [ 43.307s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
57482025-02-24T22:42:49.809Z PASS [ 35.029s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
57492025-02-24T22:42:50.731Z PASS [ 41.110s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
57502025-02-24T22:42:51.998Z PASS [ 41.729s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
57512025-02-24T22:43:07.926Z PASS [ 21.505s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
57522025-02-24T22:43:11.262Z PASS [ 41.371s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
57532025-02-24T22:43:11.841Z PASS [ 42.105s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
57542025-02-24T22:43:13.256Z PASS [ 41.331s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
57552025-02-24T22:43:29.367Z PASS [ 16.110s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
57562025-02-24T22:43:32.738Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
57572025-02-24T22:43:36.495Z PASS [ 44.495s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
57582025-02-24T22:43:36.819Z PASS [ 64.093s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
57592025-02-24T22:43:46.522Z PASS [ 17.155s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
57602025-02-24T22:43:49.822Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
57612025-02-24T22:43:50.747Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
57622025-02-24T22:43:51.036Z PASS [ 43.107s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
57632025-02-24T22:43:57.688Z PASS [ 46.425s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
57642025-02-24T22:44:02.520Z PASS [ 72.710s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
57652025-02-24T22:44:03.661Z PASS [ 72.927s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
57662025-02-24T22:44:03.760Z PASS [ 27.263s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
57672025-02-24T22:44:11.854Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
57682025-02-24T22:44:12.264Z PASS [ 25.741s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
57692025-02-24T22:44:14.200Z PASS [ 37.379s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
57702025-02-24T22:44:16.617Z PASS [ 25.582s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
57712025-02-24T22:44:20.841Z PASS [ 23.152s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
57722025-02-24T22:44:25.455Z PASS [ 22.934s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
57732025-02-24T22:44:25.838Z PASS [ 22.177s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
57742025-02-24T22:44:33.367Z PASS [ 81.524s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
57752025-02-24T22:44:38.129Z PASS [ 21.511s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
57762025-02-24T22:44:38.847Z PASS [ 35.087s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
57772025-02-24T22:44:42.671Z PASS [ 17.215s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
57782025-02-24T22:44:42.707Z PASS [ 21.865s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
57792025-02-24T22:44:43.173Z PASS [ 17.335s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
57802025-02-24T22:44:46.216Z PASS [ 33.949s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
57812025-02-24T22:44:54.609Z PASS [ 21.240s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
57822025-02-24T22:44:55.995Z PASS [ 17.865s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
57832025-02-24T22:45:00.424Z PASS [ 46.222s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
57842025-02-24T22:45:03.967Z PASS [ 25.118s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
57852025-02-24T22:45:04.680Z PASS [ 21.972s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
57862025-02-24T22:45:08.309Z PASS [ 25.135s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
57872025-02-24T22:45:11.002Z PASS [ 24.786s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
57882025-02-24T22:45:19.309Z PASS [ 23.311s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
57892025-02-24T22:45:19.552Z PASS [ 24.943s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
57902025-02-24T22:45:20.549Z PASS [ 37.874s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
57912025-02-24T22:45:25.344Z PASS [ 24.920s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
57922025-02-24T22:45:26.071Z PASS [ 22.102s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
57932025-02-24T22:45:28.164Z PASS [ 23.484s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
57942025-02-24T22:45:28.381Z PASS [ 20.071s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
57952025-02-24T22:45:30.663Z PASS [ 19.660s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
57962025-02-24T22:45:42.169Z PASS [ 22.616s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
57972025-02-24T22:45:43.648Z PASS [ 24.341s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
57982025-02-24T22:45:47.387Z PASS [ 26.838s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
57992025-02-24T22:45:47.631Z PASS [ 19.248s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
58002025-02-24T22:45:57.621Z PASS [ 32.275s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
58012025-02-24T22:45:58.608Z PASS [ 27.944s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
58022025-02-24T22:46:01.500Z PASS [ 19.330s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
58032025-02-24T22:46:05.452Z PASS [ 17.821s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
58042025-02-24T22:46:06.260Z PASS [ 18.874s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
58052025-02-24T22:46:06.737Z PASS [ 0.477s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
58062025-02-24T22:46:07.439Z PASS [ 0.702s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
58072025-02-24T22:46:07.926Z PASS [ 0.486s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
58082025-02-24T22:46:09.204Z PASS [ 43.133s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
58092025-02-24T22:46:10.383Z PASS [ 42.217s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
58102025-02-24T22:46:11.494Z PASS [ 3.568s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
58112025-02-24T22:46:11.614Z PASS [ 27.965s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
58122025-02-24T22:46:14.984Z PASS [ 17.337s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
58132025-02-24T22:46:18.334Z PASS [ 19.725s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
58142025-02-24T22:46:20.647Z PASS [ 19.145s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
58152025-02-24T22:46:24.856Z PASS [ 19.403s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
58162025-02-24T22:46:31.839Z PASS [ 22.632s] omicron-nexus::test_all integration_tests::images::test_image_create
58172025-02-24T22:46:34.883Z PASS [ 24.495s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
58182025-02-24T22:46:34.938Z PASS [ 23.314s] omicron-nexus::test_all integration_tests::images::test_image_promotion
58192025-02-24T22:46:36.841Z PASS [ 25.346s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
58202025-02-24T22:46:37.419Z PASS [ 22.460s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
58212025-02-24T22:46:38.899Z PASS [ 20.564s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
58222025-02-24T22:46:39.625Z PASS [ 4.695s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
58232025-02-24T22:46:40.331Z PASS [ 5.451s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
58242025-02-24T22:46:40.919Z PASS [ 20.272s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
58252025-02-24T22:46:41.489Z PASS [ 16.631s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
58262025-02-24T22:46:42.417Z PASS [ 5.576s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
58272025-02-24T22:46:45.652Z PASS [ 13.814s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
58282025-02-24T22:47:01.661Z PASS [ 21.330s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
58292025-02-24T22:47:04.604Z PASS [ 24.979s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
58302025-02-24T22:47:05.029Z PASS [ 23.540s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
58312025-02-24T22:47:05.353Z PASS [ 24.432s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
58322025-02-24T22:47:06.275Z PASS [ 28.855s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
58332025-02-24T22:47:11.817Z PASS [ 32.917s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
58342025-02-24T22:47:12.059Z PASS [ 26.406s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
58352025-02-24T22:47:18.789Z PASS [ 36.370s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
58362025-02-24T22:47:19.614Z PASS [ 17.950s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
58372025-02-24T22:47:22.739Z PASS [ 18.133s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
58382025-02-24T22:47:25.750Z PASS [ 19.474s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
58392025-02-24T22:47:32.393Z PASS [ 27.363s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
58402025-02-24T22:47:40.165Z PASS [ 17.426s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
58412025-02-24T22:47:40.480Z PASS [ 35.126s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
58422025-02-24T22:47:41.702Z PASS [ 22.085s] omicron-nexus::test_all integration_tests::instances::test_instance_access
58432025-02-24T22:47:45.752Z PASS [ 33.933s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
58442025-02-24T22:47:53.690Z PASS [ 27.939s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
58452025-02-24T22:47:55.991Z PASS [ 37.202s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
58462025-02-24T22:48:02.509Z PASS [ 30.115s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
58472025-02-24T22:48:09.283Z PASS [ 27.583s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
58482025-02-24T22:48:10.181Z PASS [ 30.015s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
58492025-02-24T22:48:11.115Z PASS [ 30.633s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
58502025-02-24T22:48:12.073Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
58512025-02-24T22:48:14.108Z PASS [ 28.349s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
58522025-02-24T22:48:25.285Z PASS [ 73.223s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
58532025-02-24T22:48:26.299Z PASS [ 32.608s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
58542025-02-24T22:48:26.949Z PASS [ 24.437s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
58552025-02-24T22:48:31.849Z PASS [ 22.565s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
58562025-02-24T22:48:37.673Z PASS [ 27.491s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
58572025-02-24T22:48:40.140Z PASS [ 29.025s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
58582025-02-24T22:48:42.744Z PASS [ 46.749s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
58592025-02-24T22:48:42.929Z PASS [ 28.820s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
58602025-02-24T22:48:52.625Z PASS [ 26.323s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
58612025-02-24T22:48:53.314Z PASS [ 26.365s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
58622025-02-24T22:48:54.221Z PASS [ 28.935s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
58632025-02-24T22:49:09.631Z PASS [ 31.957s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
58642025-02-24T22:49:14.210Z PASS [ 31.467s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
58652025-02-24T22:49:14.410Z PASS [ 34.268s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
58662025-02-24T22:49:15.578Z PASS [ 32.648s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
58672025-02-24T22:49:18.914Z PASS [ 47.063s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
58682025-02-24T22:49:23.745Z PASS [ 30.430s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
58692025-02-24T22:49:26.891Z PASS [ 17.259s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
58702025-02-24T22:49:27.171Z PASS [ 32.949s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
58712025-02-24T22:49:28.870Z PASS [ 36.246s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
58722025-02-24T22:49:33.292Z PASS [ 18.881s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
58732025-02-24T22:49:39.246Z PASS [ 23.666s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
58742025-02-24T22:49:41.460Z PASS [ 17.712s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
58752025-02-24T22:49:42.024Z PASS [ 23.108s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
58762025-02-24T22:49:45.004Z PASS [ 30.792s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
58772025-02-24T22:49:50.929Z PASS [ 24.037s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
58782025-02-24T22:49:51.914Z PASS [ 24.741s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
58792025-02-24T22:49:57.372Z PASS [ 15.549s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
58802025-02-24T22:49:58.456Z PASS [ 25.138s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
58812025-02-24T22:49:59.808Z PASS [ 17.784s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
58822025-02-24T22:50:03.174Z PASS [ 17.314s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
58832025-02-24T22:50:05.934Z PASS [ 37.062s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
58842025-02-24T22:50:07.111Z PASS [ 27.865s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
58852025-02-24T22:50:08.204Z PASS [ 17.275s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
58862025-02-24T22:50:13.597Z PASS [ 16.589s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
58872025-02-24T22:50:21.116Z PASS [ 29.201s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
58882025-02-24T22:50:27.115Z PASS [ 18.910s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
58892025-02-24T22:50:27.115Z PASS [ 27.306s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
58902025-02-24T22:50:28.738Z PASS [ 30.307s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
58912025-02-24T22:50:29.128Z PASS [ 26.806s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
58922025-02-24T22:50:34.236Z PASS [ 20.638s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
58932025-02-24T22:50:34.495Z PASS [ 27.382s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
58942025-02-24T22:50:37.673Z PASS [ 31.738s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
58952025-02-24T22:50:39.046Z PASS [ 17.930s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
58962025-02-24T22:50:43.730Z PASS [ 16.612s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
58972025-02-24T22:50:44.096Z PASS [ 16.979s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
58982025-02-24T22:50:45.969Z PASS [ 17.229s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
58992025-02-24T22:50:46.874Z PASS [ 17.746s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
59002025-02-24T22:50:52.271Z PASS [ 18.034s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
59012025-02-24T22:50:52.980Z PASS [ 18.486s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
59022025-02-24T22:50:57.899Z PASS [ 18.851s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
59032025-02-24T22:50:58.010Z PASS [ 20.336s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
59042025-02-24T22:51:02.583Z PASS [ 16.614s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
59052025-02-24T22:51:04.296Z PASS [ 20.200s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
59062025-02-24T22:51:06.937Z PASS [ 23.209s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
59072025-02-24T22:51:15.292Z PASS [ 28.420s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
59082025-02-24T22:51:20.178Z PASS [ 22.279s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
59092025-02-24T22:51:20.623Z PASS [ 18.039s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
59102025-02-24T22:51:21.490Z PASS [ 17.193s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
59112025-02-24T22:51:27.702Z PASS [ 20.763s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
59122025-02-24T22:51:28.385Z PASS [ 36.113s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
59132025-02-24T22:51:36.479Z PASS [ 38.468s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
59142025-02-24T22:51:41.709Z PASS [ 48.728s] omicron-nexus::test_all integration_tests::metrics::test_metrics
59152025-02-24T22:51:42.090Z PASS [ 21.465s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
59162025-02-24T22:51:43.497Z PASS [ 22.007s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
59172025-02-24T22:51:45.733Z PASS [ 30.439s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
59182025-02-24T22:51:49.722Z PASS [ 22.020s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
59192025-02-24T22:52:00.491Z PASS [ 40.312s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
59202025-02-24T22:52:02.906Z PASS [ 21.190s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
59212025-02-24T22:52:06.222Z PASS [ 37.835s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
59222025-02-24T22:52:11.791Z PASS [ 28.293s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
59232025-02-24T22:52:14.419Z PASS [ 37.923s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
59242025-02-24T22:52:15.608Z PASS [ 29.872s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
59252025-02-24T22:52:19.805Z PASS [ 30.081s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
59262025-02-24T22:52:19.895Z PASS [ 37.804s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
59272025-02-24T22:52:22.006Z PASS [ 21.511s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
59282025-02-24T22:52:34.058Z PASS [ 18.451s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
59292025-02-24T22:52:34.092Z PASS [ 19.687s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
59302025-02-24T22:52:39.305Z PASS [ 17.301s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
59312025-02-24T22:52:41.195Z PASS [ 21.300s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
59322025-02-24T22:52:41.267Z PASS [ 21.462s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
59332025-02-24T22:52:42.496Z PASS [ 39.593s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
59342025-02-24T22:52:51.006Z PASS [ 44.783s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
59352025-02-24T22:52:56.370Z PASS [ 22.311s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
59362025-02-24T22:52:59.588Z PASS [ 25.495s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
59372025-02-24T22:52:59.690Z PASS [ 18.494s] omicron-nexus::test_all integration_tests::projects::test_projects
59382025-02-24T22:52:59.818Z PASS [ 20.512s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
59392025-02-24T22:53:00.391Z PASS [ 19.124s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
59402025-02-24T22:53:06.166Z PASS [ 15.159s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
59412025-02-24T22:53:07.885Z PASS [ 56.091s] omicron-nexus::test_all integration_tests::password_login::test_local_users
59422025-02-24T22:53:13.313Z PASS [ 16.941s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
59432025-02-24T22:53:16.746Z PASS [ 16.928s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
59442025-02-24T22:53:16.932Z PASS [ 17.241s] omicron-nexus::test_all integration_tests::rack::test_sled_add
59452025-02-24T22:53:17.666Z PASS [ 17.267s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
59462025-02-24T22:53:17.986Z PASS [ 18.397s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
59472025-02-24T22:53:18.539Z PASS [ 0.552s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
59482025-02-24T22:53:20.384Z PASS [ 3.452s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
59492025-02-24T22:53:21.181Z PASS [ 3.522s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
59502025-02-24T22:53:21.812Z PASS [ 13.928s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
59512025-02-24T22:53:22.062Z PASS [ 3.523s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
59522025-02-24T22:53:23.102Z PASS [ 16.936s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
59532025-02-24T22:53:23.795Z PASS [ 3.411s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
59542025-02-24T22:53:26.774Z PASS [ 43.269s] omicron-nexus::test_all integration_tests::quotas::test_quotas
59552025-02-24T22:53:26.778Z PASS [ 0.234s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
59562025-02-24T22:53:26.778Z PASS [ 12.694s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
59572025-02-24T22:53:26.778Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
59582025-02-24T22:53:26.778Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
59592025-02-24T22:53:26.778Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
59602025-02-24T22:53:26.778Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
59612025-02-24T22:53:34.761Z PASS [ 18.014s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
59622025-02-24T22:53:42.116Z PASS [ 20.302s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
59632025-02-24T22:53:42.910Z PASS [ 21.728s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
59642025-02-24T22:53:43.366Z PASS [ 20.263s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
59652025-02-24T22:53:43.675Z PASS [ 17.425s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
59662025-02-24T22:53:43.745Z PASS [ 17.487s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
59672025-02-24T22:53:43.802Z PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
59682025-02-24T22:53:44.325Z PASS [ 20.529s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
59692025-02-24T22:53:44.440Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
59702025-02-24T22:53:44.614Z PASS [ 0.174s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
59712025-02-24T22:53:48.802Z PASS [ 26.738s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
59722025-02-24T22:53:51.352Z PASS [ 16.590s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
59732025-02-24T22:53:59.868Z PASS [ 17.751s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
59742025-02-24T22:54:00.742Z PASS [ 17.831s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
59752025-02-24T22:54:00.751Z PASS [ 17.385s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
59762025-02-24T22:54:01.648Z PASS [ 17.845s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
59772025-02-24T22:54:01.743Z PASS [ 17.998s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
59782025-02-24T22:54:01.976Z PASS [ 17.361s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
59792025-02-24T22:54:03.259Z PASS [ 14.458s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
59802025-02-24T22:54:03.953Z PASS [ 12.601s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
59812025-02-24T22:54:04.364Z PASS [ 2.620s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
59822025-02-24T22:54:06.493Z PASS [ 2.129s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
59832025-02-24T22:54:07.446Z PASS [ 7.577s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
59842025-02-24T22:54:08.201Z PASS [ 1.707s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
59852025-02-24T22:54:09.201Z PASS [ 1.755s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
59862025-02-24T22:54:10.348Z PASS [ 1.846s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
59872025-02-24T22:54:10.974Z PASS [ 1.772s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
59882025-02-24T22:54:12.229Z PASS [ 1.254s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
59892025-02-24T22:54:41.853Z PASS [ 29.623s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
59902025-02-24T22:54:52.420Z PASS [ 42.371s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
59912025-02-24T22:55:01.572Z PASS [ 19.718s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
59922025-02-24T22:55:18.526Z PASS [ 26.106s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
59932025-02-24T22:55:29.061Z PASS [ 10.534s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
59942025-02-24T22:55:29.293Z PASS [ 10.766s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
59952025-02-24T22:55:29.473Z PASS [ 10.944s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
59962025-02-24T22:55:29.727Z PASS [ 11.200s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
59972025-02-24T22:55:39.286Z PASS [ 37.712s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
59982025-02-24T22:55:40.175Z PASS [ 11.113s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
59992025-02-24T22:55:40.994Z PASS [ 11.697s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
60002025-02-24T22:55:41.118Z PASS [ 11.389s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
60012025-02-24T22:55:41.275Z PASS [ 11.803s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
60022025-02-24T22:55:56.668Z PASS [ 17.381s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
60032025-02-24T22:55:56.930Z PASS [ 17.642s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
60042025-02-24T22:55:57.063Z PASS [ 17.777s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
60052025-02-24T22:55:57.794Z PASS [ 17.618s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
60062025-02-24T22:55:58.354Z PASS [ 19.067s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
60072025-02-24T22:55:59.333Z PASS [ 18.058s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
60082025-02-24T22:56:00.347Z PASS [ 19.356s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
60092025-02-24T22:56:10.655Z PASS [ 29.537s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
60102025-02-24T22:56:13.811Z PASS [ 16.747s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
60112025-02-24T22:56:14.606Z PASS [ 17.676s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
60122025-02-24T22:56:16.593Z PASS [ 17.790s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
60132025-02-24T22:56:16.595Z PASS [ 17.264s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
60142025-02-24T22:56:16.595Z PASS [ 19.849s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
60152025-02-24T22:56:16.801Z PASS [ 17.467s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
60162025-02-24T22:56:22.877Z PASS [ 22.529s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
60172025-02-24T22:56:32.563Z PASS [ 18.666s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
60182025-02-24T22:56:34.465Z PASS [ 18.877s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
60192025-02-24T22:56:34.523Z PASS [ 23.866s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
60202025-02-24T22:56:36.317Z PASS [ 19.797s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
60212025-02-24T22:56:37.237Z PASS [ 22.630s] omicron-nexus::test_all integration_tests::silos::test_silos
60222025-02-24T22:56:39.649Z PASS [ 22.848s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
60232025-02-24T22:56:41.126Z PASS [ 18.247s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
60242025-02-24T22:56:42.416Z PASS [ 26.796s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
60252025-02-24T22:56:54.090Z PASS [ 17.772s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
60262025-02-24T22:56:55.950Z PASS [ 18.713s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
60272025-02-24T22:56:59.405Z PASS [ 18.279s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
60282025-02-24T22:56:59.448Z PASS [ 26.969s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
60292025-02-24T22:57:00.079Z PASS [ 20.429s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
60302025-02-24T22:57:01.621Z PASS [ 27.097s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
60312025-02-24T22:57:03.644Z PASS [ 29.181s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
60322025-02-24T22:57:04.492Z PASS [ 4.412s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
60332025-02-24T22:57:05.109Z PASS [ 1.464s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
60342025-02-24T22:57:06.397Z PASS [ 4.775s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
60352025-02-24T22:57:09.069Z PASS [ 4.577s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
60362025-02-24T22:57:09.472Z PASS [ 4.363s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
60372025-02-24T22:57:09.522Z PASS [ 27.104s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
60382025-02-24T22:57:13.974Z PASS [ 19.884s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
60392025-02-24T22:57:22.563Z PASS [ 23.115s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
60402025-02-24T22:57:22.834Z PASS [ 26.883s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
60412025-02-24T22:57:23.274Z PASS [ 16.876s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
60422025-02-24T22:57:23.473Z PASS [ 24.067s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
60432025-02-24T22:57:24.823Z PASS [ 15.301s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
60442025-02-24T22:57:24.929Z PASS [ 2.365s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
60452025-02-24T22:57:34.401Z PASS [ 24.928s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
60462025-02-24T22:57:37.886Z PASS [ 14.413s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
60472025-02-24T22:57:39.473Z PASS [ 16.638s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
60482025-02-24T22:57:41.747Z PASS [ 32.675s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
60492025-02-24T22:57:41.788Z PASS [ 16.962s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
60502025-02-24T22:57:44.822Z PASS [ 21.547s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
60512025-02-24T22:57:55.910Z PASS [ 30.978s] omicron-nexus::test_all integration_tests::utilization::test_utilization
60522025-02-24T22:57:59.259Z PASS [ 24.856s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
60532025-02-24T22:58:01.360Z PASS [ 21.886s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
60542025-02-24T22:58:03.912Z PASS [ 26.014s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
60552025-02-24T22:58:07.585Z PASS [ 25.798s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
60562025-02-24T22:58:09.095Z PASS [ 27.230s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
60572025-02-24T22:58:11.379Z PASS [ 26.534s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
60582025-02-24T22:58:13.987Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
60592025-02-24T22:58:23.961Z PASS [ 28.040s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
60602025-02-24T22:58:26.066Z PASS [ 26.804s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
60612025-02-24T22:58:27.957Z PASS [ 26.595s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
60622025-02-24T22:58:29.502Z PASS [ 25.599s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
60632025-02-24T22:58:30.631Z PASS [ 23.043s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
60642025-02-24T22:58:43.473Z PASS [ 19.522s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
60652025-02-24T22:58:48.648Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
60662025-02-24T22:58:52.096Z PASS [ 26.031s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
60672025-02-24T22:58:53.963Z PASS [ 24.462s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
60682025-02-24T22:58:55.375Z PASS [ 44.017s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
60692025-02-24T22:58:57.261Z PASS [ 103.285s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
60702025-02-24T22:59:01.227Z PASS [ 30.596s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
60712025-02-24T22:59:01.681Z PASS [ 52.702s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
60722025-02-24T22:59:14.529Z PASS [ 31.055s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
60732025-02-24T22:59:22.452Z PASS [ 33.803s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
60742025-02-24T22:59:23.902Z PASS [ 26.640s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
60752025-02-24T22:59:24.456Z PASS [ 32.359s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
60762025-02-24T22:59:26.482Z PASS [ 25.254s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
60772025-02-24T22:59:26.601Z PASS [ 32.636s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
60782025-02-24T22:59:28.556Z PASS [ 33.179s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
60792025-02-24T22:59:35.952Z PASS [ 34.270s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
60802025-02-24T22:59:46.413Z PASS [ 21.954s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
60812025-02-24T22:59:49.498Z PASS [ 22.897s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
60822025-02-24T22:59:49.665Z PASS [ 23.182s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
60832025-02-24T22:59:51.215Z PASS [ 22.655s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
60842025-02-24T23:00:00.896Z PASS [ 24.943s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
60852025-02-24T23:00:05.414Z PASS [ 15.748s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
60862025-02-24T23:00:05.893Z PASS [ 43.440s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
60872025-02-24T23:00:07.584Z PASS [ 16.371s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
60882025-02-24T23:00:13.371Z PASS [ 49.468s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
60892025-02-24T23:00:14.368Z PASS [ 24.868s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
60902025-02-24T23:00:14.542Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
60912025-02-24T23:00:16.031Z PASS [ 29.619s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
60922025-02-24T23:00:17.079Z PASS [ 16.183s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
60932025-02-24T23:00:21.677Z PASS [ 16.263s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
60942025-02-24T23:00:22.229Z PASS [ 16.334s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
60952025-02-24T23:00:25.186Z PASS [ 17.602s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
60962025-02-24T23:00:30.504Z PASS [ 17.132s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
60972025-02-24T23:00:31.997Z PASS [ 17.629s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
60982025-02-24T23:00:34.308Z PASS [ 18.274s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
60992025-02-24T23:00:38.092Z PASS [ 21.011s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
61002025-02-24T23:00:38.845Z PASS [ 17.167s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
61012025-02-24T23:00:39.292Z PASS [ 17.062s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
61022025-02-24T23:00:41.223Z PASS [ 16.036s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
61032025-02-24T23:00:44.855Z PASS [ 90.323s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
61042025-02-24T23:00:46.773Z PASS [ 16.268s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
61052025-02-24T23:00:48.347Z PASS [ 16.349s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
61062025-02-24T23:00:50.904Z PASS [ 16.597s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
61072025-02-24T23:00:55.119Z PASS [ 17.027s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
61082025-02-24T23:00:55.959Z PASS [ 17.113s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
61092025-02-24T23:00:56.090Z PASS [ 16.798s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
61102025-02-24T23:00:58.591Z PASS [ 17.368s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
61112025-02-24T23:01:02.561Z PASS [ 17.706s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
61122025-02-24T23:01:04.748Z PASS [ 17.974s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
61132025-02-24T23:01:12.322Z PASS [ 17.202s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
61142025-02-24T23:01:12.838Z PASS [ 16.748s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
61152025-02-24T23:01:12.867Z PASS [ 16.906s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
61162025-02-24T23:01:15.025Z PASS [ 16.432s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
61172025-02-24T23:01:16.136Z PASS [ 27.788s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
61182025-02-24T23:01:19.964Z PASS [ 17.402s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
61192025-02-24T23:01:20.305Z PASS [ 29.400s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
61202025-02-24T23:01:31.120Z PASS [ 26.371s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
61212025-02-24T23:01:31.486Z PASS [ 18.647s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
61222025-02-24T23:01:32.369Z PASS [ 20.046s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
61232025-02-24T23:01:32.706Z PASS [ 19.840s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
61242025-02-24T23:01:37.652Z PASS [ 21.515s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
61252025-02-24T23:01:39.193Z PASS [ 24.167s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
61262025-02-24T23:01:39.264Z PASS [ 0.070s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
61272025-02-24T23:01:39.299Z PASS [ 0.034s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
61282025-02-24T23:01:39.393Z PASS [ 0.094s] omicron-package config::tests::multi_preset_arg
61292025-02-24T23:01:39.479Z PASS [ 0.085s] omicron-package dot::test::test_bad_dependency
61302025-02-24T23:01:39.520Z PASS [ 0.041s] omicron-package dot::test::test_dot_output
61312025-02-24T23:01:45.911Z PASS [ 8.258s] omicron-omdb::test_all_output test_omdb_usage_errors
61322025-02-24T23:01:45.938Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
61332025-02-24T23:01:46.497Z PASS [ 26.191s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
61342025-02-24T23:01:47.073Z PASS [ 7.552s] omicron-passwords test::test_compatible
61352025-02-24T23:01:47.121Z PASS [ 0.047s] omicron-passwords test::test_stable
61362025-02-24T23:01:47.148Z PASS [ 0.027s] omicron-passwords test::test_weak_hashes
61372025-02-24T23:01:47.177Z PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path
61382025-02-24T23:01:47.259Z PASS [ 0.082s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
61392025-02-24T23:01:47.286Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
61402025-02-24T23:01:47.909Z PASS [ 0.623s] omicron-sled-agent artifact_store::test::list_get_put_delete
61412025-02-24T23:01:48.046Z PASS [ 0.136s] omicron-sled-agent artifact_store::test::no_dataset
61422025-02-24T23:01:48.200Z PASS [ 0.154s] omicron-sled-agent artifact_store::test::wrong_hash
61432025-02-24T23:01:48.342Z PASS [ 0.142s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
61442025-02-24T23:01:48.673Z PASS [ 2.734s] omicron-passwords test::test_reproducible
61452025-02-24T23:01:48.771Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
61462025-02-24T23:01:48.920Z PASS [ 0.148s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
61472025-02-24T23:01:48.949Z PASS [ 0.606s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
61482025-02-24T23:01:49.014Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
61492025-02-24T23:01:49.104Z PASS [ 0.089s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
61502025-02-24T23:01:49.153Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
61512025-02-24T23:01:49.226Z PASS [ 0.072s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
61522025-02-24T23:01:49.265Z PASS [ 0.038s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
61532025-02-24T23:01:49.302Z PASS [ 0.037s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
61542025-02-24T23:01:49.338Z PASS [ 0.036s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
61552025-02-24T23:01:49.375Z PASS [ 0.036s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
61562025-02-24T23:01:49.412Z PASS [ 0.037s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
61572025-02-24T23:01:49.449Z PASS [ 0.037s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
61582025-02-24T23:01:49.513Z PASS [ 0.563s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
61592025-02-24T23:01:49.520Z PASS [ 0.070s] omicron-sled-agent config::test::test_smf_configs
61602025-02-24T23:01:49.573Z PASS [ 0.060s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
61612025-02-24T23:01:49.580Z PASS [ 0.059s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
61622025-02-24T23:01:49.610Z PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
61632025-02-24T23:01:49.626Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
61642025-02-24T23:01:49.652Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
61652025-02-24T23:01:49.669Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
61662025-02-24T23:01:50.007Z PASS [ 18.520s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
61672025-02-24T23:01:51.053Z PASS [ 19.932s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
61682025-02-24T23:01:53.659Z PASS [ 4.007s] omicron-sled-agent instance::tests::test_instance_create_events_normal
61692025-02-24T23:01:54.176Z PASS [ 3.122s] omicron-sled-agent instance::tests::test_instance_manager_creation
61702025-02-24T23:01:54.776Z PASS [ 34.810s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
61712025-02-24T23:01:54.813Z PASS [ 0.034s] omicron-sled-agent probe_manager::test::probe_state_set_ops
61722025-02-24T23:01:54.843Z PASS [ 0.032s] omicron-sled-agent profile::tests::empty_profile
61732025-02-24T23:01:54.877Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
61742025-02-24T23:01:54.916Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_instance
61752025-02-24T23:01:54.951Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_multiple
61762025-02-24T23:01:54.988Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property
61772025-02-24T23:01:55.023Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property_group
61782025-02-24T23:01:55.054Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
61792025-02-24T23:01:55.086Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service_property_group
61802025-02-24T23:01:55.118Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
61812025-02-24T23:01:55.154Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
61822025-02-24T23:01:55.200Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
61832025-02-24T23:01:55.256Z PASS [ 0.056s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
61842025-02-24T23:01:55.310Z PASS [ 0.053s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
61852025-02-24T23:01:55.355Z PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
61862025-02-24T23:01:55.401Z PASS [ 5.393s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
61872025-02-24T23:01:55.544Z PASS [ 5.876s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
61882025-02-24T23:01:55.678Z PASS [ 23.308s] omicron-omdb::test_all_output test_omdb_env_settings
61892025-02-24T23:01:57.135Z PASS [ 3.476s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
61902025-02-24T23:01:58.361Z PASS [ 2.816s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
61912025-02-24T23:01:58.496Z PASS [ 3.140s] omicron-sled-agent services::illumos_tests::test_bad_generations
61922025-02-24T23:01:58.534Z PASS [ 0.037s] omicron-sled-agent services::test::test_all_zones_requests_schema
61932025-02-24T23:01:58.577Z PASS [ 0.042s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
61942025-02-24T23:01:58.620Z PASS [ 0.043s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
61952025-02-24T23:01:58.633Z PASS [ 12.136s] omicron-passwords test::test_smoke
61962025-02-24T23:01:58.636Z PASS [ 3.233s] omicron-sled-agent services::illumos_tests::test_ensure_service
61972025-02-24T23:01:58.660Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
61982025-02-24T23:01:58.675Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
61992025-02-24T23:01:58.681Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
62002025-02-24T23:01:58.696Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
62012025-02-24T23:01:58.717Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
62022025-02-24T23:01:58.729Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
62032025-02-24T23:01:58.747Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
62042025-02-24T23:01:58.768Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
62052025-02-24T23:01:58.773Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
62062025-02-24T23:01:58.798Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
62072025-02-24T23:01:58.805Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
62082025-02-24T23:01:58.834Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
62092025-02-24T23:01:58.840Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::nested_dataset
62102025-02-24T23:01:58.866Z PASS [ 0.025s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
62112025-02-24T23:01:58.870Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
62122025-02-24T23:01:58.897Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::snapshot_needs_region
62132025-02-24T23:01:58.898Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
62142025-02-24T23:01:58.984Z PASS [ 3.303s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
62152025-02-24T23:02:00.788Z PASS [ 3.651s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
62162025-02-24T23:02:01.213Z PASS [ 2.851s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
62172025-02-24T23:02:01.393Z PASS [ 2.676s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
62182025-02-24T23:02:03.343Z PASS [ 30.636s] omicron-omdb::test_all_output test_omdb_success_cases
62192025-02-24T23:02:03.367Z PASS [ 0.023s] omicron-sled-agent updates::test::test_query_no_components
62202025-02-24T23:02:03.394Z PASS [ 0.027s] omicron-sled-agent updates::test::test_query_sled_agent_version
62212025-02-24T23:02:03.420Z PASS [ 0.026s] omicron-sled-agent updates::test::test_query_zone_version
62222025-02-24T23:02:03.436Z PASS [ 4.539s] omicron-sled-agent support_bundle::storage::tests::basic_crud
62232025-02-24T23:02:03.442Z PASS [ 0.022s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
62242025-02-24T23:02:03.568Z PASS [ 4.672s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
62252025-02-24T23:02:03.603Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
62262025-02-24T23:02:03.609Z PASS [ 4.627s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
62272025-02-24T23:02:06.111Z PASS [ 5.324s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
62282025-02-24T23:02:06.235Z PASS [ 5.021s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
62292025-02-24T23:02:06.539Z PASS [ 0.304s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
62302025-02-24T23:02:06.578Z PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_dir_size
62312025-02-24T23:02:06.628Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
62322025-02-24T23:02:06.891Z PASS [ 5.497s] omicron-sled-agent support_bundle::storage::tests::ranges
62332025-02-24T23:02:06.929Z PASS [ 3.486s] omicron-sled-agent zone_bundle::illumos_tests::test_context
62342025-02-24T23:02:07.055Z PASS [ 3.445s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
62352025-02-24T23:02:07.168Z PASS [ 0.238s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
62362025-02-24T23:02:07.211Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
62372025-02-24T23:02:07.240Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
62382025-02-24T23:02:07.349Z PASS [ 0.722s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
62392025-02-24T23:02:07.466Z PASS [ 0.575s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
62402025-02-24T23:02:07.630Z PASS [ 4.194s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
62412025-02-24T23:02:07.657Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
62422025-02-24T23:02:07.689Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
62432025-02-24T23:02:07.915Z PASS [ 0.859s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
62442025-02-24T23:02:07.951Z PASS [ 0.601s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
62452025-02-24T23:02:07.953Z PASS [ 0.710s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
62462025-02-24T23:02:07.959Z PASS [ 0.269s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
62472025-02-24T23:02:07.978Z PASS [ 4.374s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
62482025-02-24T23:02:08.193Z PASS [ 0.242s] omicron-test-utils dev::db::test::test_bad_cmd
62492025-02-24T23:02:08.224Z PASS [ 0.246s] omicron-test-utils dev::db::test::test_database_start_hang
62502025-02-24T23:02:08.232Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_make_pg_config_fail
62512025-02-24T23:02:08.249Z PASS [ 0.024s] omicron-test-utils dev::db::test::test_make_pg_config_ok
62522025-02-24T23:02:08.262Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_process_exit_abnormal
62532025-02-24T23:02:08.287Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_process_exit_normal
62542025-02-24T23:02:08.349Z PASS [ 0.434s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
62552025-02-24T23:02:08.365Z PASS [ 0.414s] omicron-test-utils dev::db::test::test_cmd_fails
62562025-02-24T23:02:08.400Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_starter_tmpdir
62572025-02-24T23:02:08.467Z PASS [ 0.068s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
62582025-02-24T23:02:08.493Z PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
62592025-02-24T23:02:08.502Z PASS [ 0.033s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
62602025-02-24T23:02:08.530Z PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
62612025-02-24T23:02:08.564Z PASS [ 0.061s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
62622025-02-24T23:02:08.590Z PASS [ 0.062s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
62632025-02-24T23:02:08.632Z PASS [ 0.067s] omicron-test-utils dev::test_cmds::tests::test_redact_section
62642025-02-24T23:02:08.723Z LEAK [ 0.460s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
62652025-02-24T23:02:09.195Z PASS [ 0.605s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
62662025-02-24T23:02:09.315Z PASS [ 0.592s] oximeter test::timeseries_schema_consistency
62672025-02-24T23:02:09.436Z PASS [ 0.240s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
62682025-02-24T23:02:09.454Z PASS [ 3.343s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
62692025-02-24T23:02:09.617Z PASS [ 1.652s] omicron-test-utils dev::db::test::test_database_concurrent
62702025-02-24T23:02:09.690Z PASS [ 1.340s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
62712025-02-24T23:02:09.690Z PASS [ 0.235s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
62722025-02-24T23:02:09.717Z PASS [ 0.280s] oximeter-collector agent::tests::test_self_stat_error_counter
62732025-02-24T23:02:09.717Z PASS [ 0.401s] oximeter-collector agent::tests::test_self_stat_collection_count
62742025-02-24T23:02:09.729Z PASS [ 0.034s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
62752025-02-24T23:02:09.751Z PASS [ 0.034s] oximeter-collector self_stats::tests::test_failure_reason_serialization
62762025-02-24T23:02:09.754Z PASS [ 0.135s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
62772025-02-24T23:02:09.759Z PASS [ 0.029s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
62782025-02-24T23:02:09.778Z PASS [ 1.146s] openapi-manager check::tests::check_apis_up_to_date
62792025-02-24T23:02:09.784Z PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
62802025-02-24T23:02:09.787Z PASS [ 0.033s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
62812025-02-24T23:02:09.796Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
62822025-02-24T23:02:09.801Z PASS [ 0.023s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
62832025-02-24T23:02:10.232Z PASS [ 0.515s] oximeter-collector::test_commands test_oximeter_no_args
62842025-02-24T23:02:10.746Z PASS [ 1.056s] oximeter-collector agent::tests::verify_producer_details
62852025-02-24T23:02:10.819Z PASS [ 0.586s] oximeter-db client::tests::can_ping_clickhouse
62862025-02-24T23:02:10.879Z PASS [ 1.077s] oximeter-db client::oxql::tests::test_limit_operations
62872025-02-24T23:02:10.887Z PASS [ 1.101s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
62882025-02-24T23:02:10.889Z PASS [ 1.090s] oximeter-db client::oxql::tests::test_get_one_timeseries
62892025-02-24T23:02:10.889Z PASS [ 0.067s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
62902025-02-24T23:02:10.901Z PASS [ 1.107s] oximeter-db client::oxql::tests::test_get_entire_table
62912025-02-24T23:02:11.507Z PASS [ 0.619s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
62922025-02-24T23:02:11.664Z PASS [ 0.776s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
62932025-02-24T23:02:11.666Z PASS [ 0.762s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
62942025-02-24T23:02:11.677Z PASS [ 0.790s] oximeter-db client::tests::read_latest_version_reports_max
62952025-02-24T23:02:12.277Z PASS [ 0.612s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
62962025-02-24T23:02:12.339Z PASS [ 0.831s] oximeter-db client::tests::select_timeseries_with_select_one
62972025-02-24T23:02:12.465Z PASS [ 0.787s] oximeter-db client::tests::test_database_version_update_is_idempotent
62982025-02-24T23:02:12.467Z PASS [ 0.800s] oximeter-db client::tests::test_client_select_timeseries_one
62992025-02-24T23:02:13.100Z PASS [ 0.823s] oximeter-db client::tests::test_database_version_will_not_downgrade
63002025-02-24T23:02:13.133Z PASS [ 0.794s] oximeter-db client::tests::test_database_version_will_not_upgrade
63012025-02-24T23:02:13.245Z PASS [ 0.779s] oximeter-db client::tests::test_differentiate_by_timeseries_name
63022025-02-24T23:02:13.263Z PASS [ 0.798s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
63032025-02-24T23:02:13.476Z PASS [ 2.596s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
63042025-02-24T23:02:13.857Z PASS [ 0.757s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
63052025-02-24T23:02:13.892Z PASS [ 0.758s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
63062025-02-24T23:02:14.052Z PASS [ 0.789s] oximeter-db client::tests::test_field_record_count
63072025-02-24T23:02:14.249Z PASS [ 0.772s] oximeter-db client::tests::test_get_schema_no_new_values
63082025-02-24T23:02:14.412Z PASS [ 1.167s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
63092025-02-24T23:02:14.444Z PASS [ 0.031s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
63102025-02-24T23:02:14.483Z PASS [ 0.038s] oximeter-db client::tests::test_read_timeseries_to_delete
63112025-02-24T23:02:14.519Z PASS [ 0.036s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
63122025-02-24T23:02:14.557Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
63132025-02-24T23:02:14.829Z PASS [ 0.971s] oximeter-db client::tests::test_insert_samples
63142025-02-24T23:02:14.867Z PASS [ 0.975s] oximeter-db client::tests::test_is_oximeter_cluster
63152025-02-24T23:02:14.978Z PASS [ 0.925s] oximeter-db client::tests::test_list_timeseries
63162025-02-24T23:02:15.017Z PASS [ 0.767s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
63172025-02-24T23:02:15.722Z PASS [ 0.892s] oximeter-db client::tests::test_schema_mismatch
63182025-02-24T23:02:15.742Z PASS [ 0.875s] oximeter-db client::tests::test_schema_update
63192025-02-24T23:02:15.750Z PASS [ 7.467s] omicron-test-utils dev::db::test::test_setup_database_default_dir
63202025-02-24T23:02:15.854Z PASS [ 0.837s] oximeter-db client::tests::test_select_all_field_types
63212025-02-24T23:02:15.860Z PASS [ 0.881s] oximeter-db client::tests::test_select_all_datum_types
63222025-02-24T23:02:15.972Z PASS [ 1.418s] oximeter-db client::tests::test_recall_of_all_fields
63232025-02-24T23:02:16.521Z PASS [ 0.799s] oximeter-db client::tests::test_select_timeseries_with_all
63242025-02-24T23:02:16.692Z PASS [ 0.838s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
63252025-02-24T23:02:16.695Z PASS [ 0.832s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
63262025-02-24T23:02:16.724Z PASS [ 0.031s] oximeter-db client::tests::test_unravel_index
63272025-02-24T23:02:16.753Z PASS [ 1.003s] oximeter-db client::tests::test_select_timeseries_with_order
63282025-02-24T23:02:16.783Z PASS [ 1.040s] oximeter-db client::tests::test_select_timeseries_with_limit
63292025-02-24T23:02:16.785Z PASS [ 0.808s] oximeter-db client::tests::test_select_timeseries_with_start_time
63302025-02-24T23:02:16.790Z PASS [ 0.036s] oximeter-db client::tests::test_verify_schema_upgrades
63312025-02-24T23:02:16.811Z PASS [ 0.028s] oximeter-db model::fields::tests::test_extract_fields_as_block
63322025-02-24T23:02:16.817Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
63332025-02-24T23:02:16.822Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
63342025-02-24T23:02:16.838Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
63352025-02-24T23:02:16.845Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
63362025-02-24T23:02:16.847Z PASS [ 0.021s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
63372025-02-24T23:02:16.861Z PASS [ 0.022s] oximeter-db native::block::tests::concat_blocks
63382025-02-24T23:02:16.866Z PASS [ 0.021s] oximeter-db native::block::tests::datetime64_scale_checks_range
63392025-02-24T23:02:16.869Z PASS [ 0.021s] oximeter-db native::block::tests::parse_date_time
63402025-02-24T23:02:16.881Z PASS [ 0.020s] oximeter-db native::block::tests::parse_date_time64
63412025-02-24T23:02:16.890Z PASS [ 0.022s] oximeter-db native::block::tests::test_data_type_to_string
63422025-02-24T23:02:16.892Z PASS [ 0.022s] oximeter-db native::block::tests::parse_escaped_date_time64
63432025-02-24T23:02:16.902Z PASS [ 0.020s] oximeter-db native::block::tests::test_datetime64_conversions
63442025-02-24T23:02:16.915Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
63452025-02-24T23:02:16.918Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_all_known_timezones
63462025-02-24T23:02:16.925Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
63472025-02-24T23:02:16.938Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_enum8
63482025-02-24T23:02:16.945Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_enum_variant
63492025-02-24T23:02:16.950Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_invalid_data_type
63502025-02-24T23:02:17.421Z PASS [ 0.729s] oximeter-db client::tests::test_timeseries_schema_list
63512025-02-24T23:02:17.456Z PASS [ 0.732s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
63522025-02-24T23:02:17.517Z PASS [ 0.567s] oximeter-db native::connection::tests::test_exchange_hello
63532025-02-24T23:02:17.519Z PASS [ 0.579s] oximeter-db native::connection::tests::test_basic_select_query
63542025-02-24T23:02:17.631Z PASS [ 0.686s] oximeter-db native::connection::tests::test_can_cancel_query
63552025-02-24T23:02:17.816Z PASS [ 1.295s] oximeter-db client::tests::test_sql_query_output
63562025-02-24T23:02:17.996Z PASS [ 0.574s] oximeter-db native::connection::tests::test_insert_and_select_data
63572025-02-24T23:02:18.017Z PASS [ 0.020s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
63582025-02-24T23:02:18.027Z PASS [ 0.571s] oximeter-db native::connection::tests::test_insert_and_select_uuid
63592025-02-24T23:02:18.039Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_full_block
63602025-02-24T23:02:18.046Z PASS [ 0.018s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
63612025-02-24T23:02:18.065Z PASS [ 0.025s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
63622025-02-24T23:02:18.072Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
63632025-02-24T23:02:18.090Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
63642025-02-24T23:02:18.094Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_string_column
63652025-02-24T23:02:18.097Z PASS [ 0.579s] oximeter-db native::connection::tests::test_select_array_column
63662025-02-24T23:02:18.100Z PASS [ 0.579s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
63672025-02-24T23:02:18.110Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint8_column
63682025-02-24T23:02:18.116Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uint64_column
63692025-02-24T23:02:18.122Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_encode_decode_column
63702025-02-24T23:02:18.125Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uuid_column
63712025-02-24T23:02:18.130Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
63722025-02-24T23:02:18.134Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
63732025-02-24T23:02:18.139Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
63742025-02-24T23:02:18.144Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
63752025-02-24T23:02:18.148Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
63762025-02-24T23:02:18.153Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_pong
63772025-02-24T23:02:18.157Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
63782025-02-24T23:02:18.162Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
63792025-02-24T23:02:18.167Z PASS [ 0.018s] oximeter-db native::io::string::test::test_encode_decode
63802025-02-24T23:02:18.173Z PASS [ 0.019s] oximeter-db native::io::string::test::test_encode_hello_world
63812025-02-24T23:02:18.178Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
63822025-02-24T23:02:18.183Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_count
63832025-02-24T23:02:18.188Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
63842025-02-24T23:02:18.193Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
63852025-02-24T23:02:18.198Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_descriptions
63862025-02-24T23:02:18.204Z PASS [ 0.020s] oximeter-db native::io::varuint::test_encode_decode_varuint
63872025-02-24T23:02:18.209Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
63882025-02-24T23:02:18.215Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
63892025-02-24T23:02:18.221Z PASS [ 0.589s] oximeter-db native::connection::tests::test_select_nullable_column
63902025-02-24T23:02:18.228Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_comparison
63912025-02-24T23:02:18.231Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
63922025-02-24T23:02:18.234Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_literal
63932025-02-24T23:02:18.239Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
63942025-02-24T23:02:18.244Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
63952025-02-24T23:02:18.254Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
63962025-02-24T23:02:18.259Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
63972025-02-24T23:02:18.265Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
63982025-02-24T23:02:18.268Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
63992025-02-24T23:02:18.273Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
64002025-02-24T23:02:18.275Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
64012025-02-24T23:02:18.283Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
64022025-02-24T23:02:18.288Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_group_by
64032025-02-24T23:02:18.291Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
64042025-02-24T23:02:18.297Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_ident
64052025-02-24T23:02:18.300Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
64062025-02-24T23:02:18.308Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
64072025-02-24T23:02:18.312Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
64082025-02-24T23:02:18.314Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
64092025-02-24T23:02:18.324Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
64102025-02-24T23:02:18.326Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
64112025-02-24T23:02:18.331Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
64122025-02-24T23:02:18.337Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
64132025-02-24T23:02:18.342Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_query
64142025-02-24T23:02:18.354Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
64152025-02-24T23:02:18.357Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
64162025-02-24T23:02:18.360Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
64172025-02-24T23:02:18.367Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
64182025-02-24T23:02:18.373Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_reducer
64192025-02-24T23:02:18.378Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
64202025-02-24T23:02:18.383Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
64212025-02-24T23:02:18.387Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
64222025-02-24T23:02:18.390Z PASS [ 0.572s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
64232025-02-24T23:02:18.397Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
64242025-02-24T23:02:18.399Z PASS [ 0.019s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
64252025-02-24T23:02:18.406Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
64262025-02-24T23:02:18.411Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
64272025-02-24T23:02:18.414Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
64282025-02-24T23:02:18.417Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
64292025-02-24T23:02:18.421Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
64302025-02-24T23:02:18.427Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
64312025-02-24T23:02:18.439Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
64322025-02-24T23:02:18.441Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
64332025-02-24T23:02:18.444Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
64342025-02-24T23:02:18.447Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
64352025-02-24T23:02:18.456Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
64362025-02-24T23:02:18.461Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
64372025-02-24T23:02:18.466Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
64382025-02-24T23:02:18.468Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
64392025-02-24T23:02:18.476Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
64402025-02-24T23:02:18.479Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
64412025-02-24T23:02:18.484Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
64422025-02-24T23:02:18.489Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
64432025-02-24T23:02:18.494Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
64442025-02-24T23:02:18.499Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
64452025-02-24T23:02:18.502Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
64462025-02-24T23:02:18.508Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
64472025-02-24T23:02:18.510Z PASS [ 0.020s] oximeter-db oxql::plan::align::test::test_align_input_schema
64482025-02-24T23:02:18.597Z PASS [ 0.089s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
64492025-02-24T23:02:18.607Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
64502025-02-24T23:02:18.612Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
64512025-02-24T23:02:18.617Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
64522025-02-24T23:02:18.622Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
64532025-02-24T23:02:18.706Z PASS [ 0.099s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
64542025-02-24T23:02:18.708Z PASS [ 0.094s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
64552025-02-24T23:02:18.716Z PASS [ 0.114s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
64562025-02-24T23:02:18.727Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
64572025-02-24T23:02:18.733Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
64582025-02-24T23:02:18.804Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
64592025-02-24T23:02:18.810Z PASS [ 0.093s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
64602025-02-24T23:02:18.817Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
64612025-02-24T23:02:18.840Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
64622025-02-24T23:02:18.850Z PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
64632025-02-24T23:02:18.905Z PASS [ 0.101s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
64642025-02-24T23:02:18.920Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
64652025-02-24T23:02:18.926Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
64662025-02-24T23:02:18.935Z PASS [ 0.095s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
64672025-02-24T23:02:18.957Z PASS [ 0.107s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
64682025-02-24T23:02:18.961Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits
64692025-02-24T23:02:18.977Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
64702025-02-24T23:02:18.983Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
64712025-02-24T23:02:18.999Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
64722025-02-24T23:02:19.005Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
64732025-02-24T23:02:19.007Z PASS [ 0.099s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
64742025-02-24T23:02:19.020Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
64752025-02-24T23:02:19.028Z PASS [ 0.102s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
64762025-02-24T23:02:19.031Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
64772025-02-24T23:02:19.036Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
64782025-02-24T23:02:19.038Z PASS [ 0.114s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
64792025-02-24T23:02:19.043Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates
64802025-02-24T23:02:19.052Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
64812025-02-24T23:02:19.057Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
64822025-02-24T23:02:19.064Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
64832025-02-24T23:02:19.068Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_query_end_time
64842025-02-24T23:02:19.074Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
64852025-02-24T23:02:19.076Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
64862025-02-24T23:02:19.080Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
64872025-02-24T23:02:19.084Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
64882025-02-24T23:02:19.093Z PASS [ 0.019s] oximeter-db query::tests::test_field_cmp
64892025-02-24T23:02:19.099Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_split_query
64902025-02-24T23:02:19.101Z PASS [ 0.024s] oximeter-db query::tests::test_field_selector_as_query
64912025-02-24T23:02:19.105Z PASS [ 0.020s] oximeter-db query::tests::test_field_value_as_db_str
64922025-02-24T23:02:19.114Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_field_selectors
64932025-02-24T23:02:19.123Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_filter_raw
64942025-02-24T23:02:19.128Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts
64952025-02-24T23:02:19.130Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_full
64962025-02-24T23:02:19.133Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_limit_offset
64972025-02-24T23:02:19.138Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_fields
64982025-02-24T23:02:19.147Z PASS [ 0.018s] oximeter-db query::tests::test_time_range
64992025-02-24T23:02:19.150Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_selectors
65002025-02-24T23:02:19.159Z PASS [ 0.031s] oximeter-db query::tests::test_string_field_selector
65012025-02-24T23:02:19.166Z PASS [ 0.022s] oximeter-db sql::tests::test_allow_subqueries
65022025-02-24T23:02:19.169Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_limit_offset
65032025-02-24T23:02:19.174Z PASS [ 0.026s] oximeter-db sql::tests::test_cannot_name_database
65042025-02-24T23:02:19.177Z PASS [ 0.026s] oximeter-db sql::tests::test_ctes_are_not_supported
65052025-02-24T23:02:19.186Z PASS [ 0.026s] oximeter-db sql::tests::test_function_allow_list
65062025-02-24T23:02:19.192Z PASS [ 0.022s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
65072025-02-24T23:02:19.202Z PASS [ 0.027s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
65082025-02-24T23:02:19.207Z PASS [ 0.032s] oximeter-db sql::tests::test_query_must_be_select_statement
65092025-02-24T23:02:19.212Z PASS [ 0.047s] oximeter-db sql::tests::test_join_must_be_inner
65102025-02-24T23:02:19.216Z PASS [ 0.023s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
65112025-02-24T23:02:19.219Z PASS [ 0.031s] oximeter-db sql::tests::test_require_table_is_timeseries_name
65122025-02-24T23:02:19.227Z PASS [ 0.019s] oximeter-db tests::test_timeseries_key_field_stability
65132025-02-24T23:02:19.227Z PASS [ 0.025s] oximeter-db sql::tests::test_with_comma_join_fails
65142025-02-24T23:02:19.236Z PASS [ 0.023s] oximeter-db tests::test_timeseries_key_sample_stability
65152025-02-24T23:02:19.288Z PASS [ 0.061s] oximeter-instruments http::tests::test_latency_tracker
65162025-02-24T23:02:19.309Z PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_interested
65172025-02-24T23:02:19.593Z PASS [ 0.357s] oximeter-instruments kstat::link::tests::test_kstat_sampler
65182025-02-24T23:02:19.605Z PASS [ 0.316s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
65192025-02-24T23:02:19.608Z PASS [ 0.296s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
65202025-02-24T23:02:19.619Z PASS [ 1.295s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
65212025-02-24T23:02:19.655Z PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
65222025-02-24T23:02:19.664Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
65232025-02-24T23:02:19.670Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
65242025-02-24T23:02:19.675Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_sled_datalink
65252025-02-24T23:02:19.691Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
65262025-02-24T23:02:19.694Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
65272025-02-24T23:02:19.694Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
65282025-02-24T23:02:19.703Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
65292025-02-24T23:02:19.709Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
65302025-02-24T23:02:19.714Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_datum_field
65312025-02-24T23:02:19.719Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_annotated_field
65322025-02-24T23:02:19.723Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum
65332025-02-24T23:02:19.731Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_without_datum_field
65342025-02-24T23:02:19.736Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_empty_struct
65352025-02-24T23:02:19.738Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
65362025-02-24T23:02:19.745Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_enum
65372025-02-24T23:02:19.750Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_unit_struct
65382025-02-24T23:02:19.759Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
65392025-02-24T23:02:19.878Z PASS [ 0.132s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
65402025-02-24T23:02:19.886Z PASS [ 0.135s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
65412025-02-24T23:02:19.888Z PASS [ 0.126s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
65422025-02-24T23:02:19.905Z PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
65432025-02-24T23:02:19.911Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
65442025-02-24T23:02:19.931Z PASS [ 0.044s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
65452025-02-24T23:02:19.931Z PASS [ 0.025s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
65462025-02-24T23:02:19.941Z PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
65472025-02-24T23:02:19.959Z PASS [ 0.027s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
65482025-02-24T23:02:19.972Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
65492025-02-24T23:02:19.980Z PASS [ 0.022s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
65502025-02-24T23:02:19.986Z PASS [ 0.045s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
65512025-02-24T23:02:20.002Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
65522025-02-24T23:02:20.005Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
65532025-02-24T23:02:20.012Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
65542025-02-24T23:02:20.021Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
65552025-02-24T23:02:20.029Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
65562025-02-24T23:02:20.036Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_descriptions
65572025-02-24T23:02:20.046Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_metric_name
65582025-02-24T23:02:20.052Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_empty_target_name
65592025-02-24T23:02:20.059Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_field_names
65602025-02-24T23:02:20.071Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
65612025-02-24T23:02:20.076Z PASS [ 0.024s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
65622025-02-24T23:02:20.082Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
65632025-02-24T23:02:20.099Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
65642025-02-24T23:02:20.105Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
65652025-02-24T23:02:20.110Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
65662025-02-24T23:02:20.123Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
65672025-02-24T23:02:20.129Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
65682025-02-24T23:02:20.134Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
65692025-02-24T23:02:20.144Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
65702025-02-24T23:02:20.153Z PASS [ 0.023s] oximeter-schema ir::tests::only_support_format_version_1
65712025-02-24T23:02:20.158Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
65722025-02-24T23:02:20.164Z PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
65732025-02-24T23:02:20.246Z PASS [ 0.086s] oximeter-test-utils tests::test_sample_struct
65742025-02-24T23:02:20.251Z PASS [ 0.097s] oximeter-test-utils tests::test_gen_test_samples
65752025-02-24T23:02:20.251Z PASS [ 0.086s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
65762025-02-24T23:02:20.272Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_parts
65772025-02-24T23:02:20.276Z PASS [ 0.025s] oximeter-types histogram::tests::test_bin_range
65782025-02-24T23:02:20.281Z PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_sample
65792025-02-24T23:02:20.289Z PASS [ 0.016s] oximeter-types histogram::tests::test_bin_range_from
65802025-02-24T23:02:20.293Z PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_to
65812025-02-24T23:02:20.304Z PASS [ 0.023s] oximeter-types histogram::tests::test_empty_bins_not_supported
65822025-02-24T23:02:20.309Z PASS [ 0.020s] oximeter-types histogram::tests::test_ensure_finite
65832025-02-24T23:02:20.320Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram
65842025-02-24T23:02:20.325Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_construct_with
65852025-02-24T23:02:20.330Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_bins
65862025-02-24T23:02:20.336Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_extreme_samples
65872025-02-24T23:02:20.342Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
65882025-02-24T23:02:20.347Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_unbounded_samples
65892025-02-24T23:02:20.359Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_bins
65902025-02-24T23:02:20.363Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
65912025-02-24T23:02:20.366Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_unsorted_bins
65922025-02-24T23:02:20.377Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
65932025-02-24T23:02:20.382Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u64
65942025-02-24T23:02:20.387Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u8
65952025-02-24T23:02:20.400Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
65962025-02-24T23:02:20.409Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
65972025-02-24T23:02:20.418Z PASS [ 0.041s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
65982025-02-24T23:02:20.423Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
65992025-02-24T23:02:20.428Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
66002025-02-24T23:02:20.437Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
66012025-02-24T23:02:20.442Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
66022025-02-24T23:02:20.447Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
66032025-02-24T23:02:20.455Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
66042025-02-24T23:02:20.462Z PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades
66052025-02-24T23:02:20.467Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
66062025-02-24T23:02:20.473Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
66072025-02-24T23:02:20.479Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
66082025-02-24T23:02:20.483Z PASS [ 0.016s] oximeter-types quantile::tests::test_default_percentiles
66092025-02-24T23:02:20.489Z PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations
66102025-02-24T23:02:20.497Z PASS [ 0.018s] oximeter-types quantile::tests::test_find_cells
66112025-02-24T23:02:20.502Z PASS [ 0.018s] oximeter-types quantile::tests::test_float_observations
66122025-02-24T23:02:20.508Z PASS [ 0.018s] oximeter-types quantile::tests::test_integer_observations
66132025-02-24T23:02:20.514Z PASS [ 0.016s] oximeter-types quantile::tests::test_invalid_p_value
66142025-02-24T23:02:20.519Z PASS [ 0.016s] oximeter-types quantile::tests::test_max_p
66152025-02-24T23:02:20.526Z PASS [ 0.017s] oximeter-types quantile::tests::test_min_p
66162025-02-24T23:02:20.531Z PASS [ 0.016s] oximeter-types quantile::tests::test_non_filled_observations
66172025-02-24T23:02:20.544Z PASS [ 0.024s] oximeter-types quantile::tests::test_rounding
66182025-02-24T23:02:20.548Z PASS [ 0.022s] oximeter-types schema::tests::test_field_schema_ordering
66192025-02-24T23:02:20.571Z PASS [ 0.022s] oximeter-types traits::tests::test_metric_trait
66202025-02-24T23:02:20.575Z PASS [ 0.040s] oximeter-types schema::tests::test_timeseries_name
66212025-02-24T23:02:20.578Z PASS [ 0.032s] oximeter-types schema::tests::test_timeseries_name_from_str
66222025-02-24T23:02:20.595Z PASS [ 0.017s] oximeter-types traits::tests::test_target_trait
66232025-02-24T23:02:20.598Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_f64
66242025-02-24T23:02:20.601Z PASS [ 0.027s] oximeter-types traits::tests::test_producer_trait
66252025-02-24T23:02:20.610Z PASS [ 0.016s] oximeter-types types::tests::test_cumulative_i64
66262025-02-24T23:02:20.614Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
66272025-02-24T23:02:20.618Z PASS [ 0.019s] oximeter-types types::tests::test_datum
66282025-02-24T23:02:20.627Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
66292025-02-24T23:02:20.636Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
66302025-02-24T23:02:20.638Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
66312025-02-24T23:02:20.645Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
66322025-02-24T23:02:20.657Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
66332025-02-24T23:02:20.662Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
66342025-02-24T23:02:20.666Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
66352025-02-24T23:02:20.675Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
66362025-02-24T23:02:20.680Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
66372025-02-24T23:02:20.684Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
66382025-02-24T23:02:20.692Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
66392025-02-24T23:02:20.697Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
66402025-02-24T23:02:20.711Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
66412025-02-24T23:02:20.711Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
66422025-02-24T23:02:20.715Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
66432025-02-24T23:02:20.719Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
66442025-02-24T23:02:20.727Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
66452025-02-24T23:02:20.733Z PASS [ 0.018s] oximeter-types types::tests::test_verify_field_names
66462025-02-24T23:02:20.738Z PASS [ 0.018s] oxlog tests::test_is_oxide_smf_log_file
66472025-02-24T23:02:20.742Z PASS [ 0.015s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
66482025-02-24T23:02:20.748Z PASS [ 0.014s] oxlog tests::test_sort_logs
66492025-02-24T23:02:20.800Z PASS [ 0.056s] oxql-types point::tests::test_cast_points_from_double
66502025-02-24T23:02:20.803Z PASS [ 0.060s] oxql-types point::tests::test_cast_points_from_bool
66512025-02-24T23:02:20.803Z PASS [ 0.051s] oxql-types point::tests::test_cast_points_from_double_distribution
66522025-02-24T23:02:20.820Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_int_distribution
66532025-02-24T23:02:20.829Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_integer
66542025-02-24T23:02:20.836Z PASS [ 0.036s] oxql-types point::tests::test_cast_points_from_string
66552025-02-24T23:02:20.840Z PASS [ 0.019s] oxql-types point::tests::test_join_point_arrays
66562025-02-24T23:02:20.845Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between
66572025-02-24T23:02:20.853Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
66582025-02-24T23:02:20.859Z PASS [ 0.018s] oxql-types point::tests::test_point_delta_between_with_new_epoch
66592025-02-24T23:02:20.864Z PASS [ 0.018s] oxql-types point::tests::test_push_concrete_values
66602025-02-24T23:02:20.872Z PASS [ 0.019s] oxql-types point::tests::test_sub_between_histogram_distributions
66612025-02-24T23:02:20.890Z PASS [ 0.017s] range-requests test::invalid_ranges
66622025-02-24T23:02:20.905Z PASS [ 0.015s] range-requests test::parse_range_invalid
66632025-02-24T23:02:20.914Z PASS [ 0.054s] range-requests test::get_response_no_range
66642025-02-24T23:02:20.918Z PASS [ 0.053s] range-requests test::get_response_with_range
66652025-02-24T23:02:20.921Z PASS [ 0.013s] range-requests test::parse_range_valid
66662025-02-24T23:02:20.935Z PASS [ 0.017s] range-requests test::single_range_parsing_does_not_crash
66672025-02-24T23:02:20.937Z PASS [ 0.021s] range-requests test::potential_range_parsing_does_not_crash
66682025-02-24T23:02:21.637Z PASS [ 0.701s] reconfigurator-cli::test_basic test_example
66692025-02-24T23:02:21.719Z PASS [ 0.800s] reconfigurator-cli::test_basic test_basic
66702025-02-24T23:02:21.752Z PASS [ 0.114s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
66712025-02-24T23:02:21.857Z PASS [ 0.105s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
66722025-02-24T23:02:21.859Z PASS [ 0.138s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
66732025-02-24T23:02:21.913Z PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
66742025-02-24T23:02:21.913Z PASS [ 0.056s] sled-agent-types rack_init::tests::parse_rack_initialization
66752025-02-24T23:02:21.940Z PASS [ 0.026s] sled-agent-types rack_init::tests::test_subnets
66762025-02-24T23:02:21.975Z PASS [ 0.061s] sled-agent-types rack_init::tests::test_extra_certs
66772025-02-24T23:02:21.988Z PASS [ 0.048s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
66782025-02-24T23:02:21.995Z PASS [ 0.020s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
66792025-02-24T23:02:22.011Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_compare_bundles
66802025-02-24T23:02:22.018Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_priority_dimension
66812025-02-24T23:02:22.033Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
66822025-02-24T23:02:22.038Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
66832025-02-24T23:02:22.071Z PASS [ 0.032s] sled-diagnostics queries::test::test_command_stdout_is_correct
66842025-02-24T23:02:22.078Z PASS [ 0.044s] sled-diagnostics queries::test::test_command_stderr_is_correct
66852025-02-24T23:02:22.097Z PASS [ 0.026s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
66862025-02-24T23:02:22.145Z PASS [ 0.048s] sled-hardware disk::test::test_disk_paths
66872025-02-24T23:02:22.169Z PASS [ 0.024s] sled-hardware disk::test::test_partition_device_paths
66882025-02-24T23:02:22.254Z PASS [ 0.084s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
66892025-02-24T23:02:22.277Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
66902025-02-24T23:02:22.296Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
66912025-02-24T23:02:22.314Z PASS [ 0.017s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
66922025-02-24T23:02:22.369Z PASS [ 0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
66932025-02-24T23:02:22.387Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
66942025-02-24T23:02:22.405Z PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
66952025-02-24T23:02:22.433Z PASS [ 0.028s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
66962025-02-24T23:02:22.495Z PASS [ 0.062s] sled-storage dataset::test::serialize_dataset_name
66972025-02-24T23:02:22.582Z PASS [ 0.086s] sled-storage manager::test::test_datasets_schema
66982025-02-24T23:02:22.600Z PASS [ 0.518s] sled-diagnostics queries::test::test_long_running_command_is_aborted
66992025-02-24T23:02:22.606Z PASS [ 0.022s] sled-storage manager::test::test_omicron_physical_disks_schema
67002025-02-24T23:02:22.927Z PASS [ 3.191s] oximeter-producer tests::test_producer_registration_task
67012025-02-24T23:02:22.969Z PASS [ 0.041s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
67022025-02-24T23:02:23.671Z PASS [ 1.066s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
67032025-02-24T23:02:24.624Z PASS [ 2.027s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
67042025-02-24T23:02:26.039Z PASS [ 3.069s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
67052025-02-24T23:02:26.090Z PASS [ 0.051s] sled-storage manager::tests::ensure_using_exactly_these_disks
67062025-02-24T23:02:26.163Z PASS [ 2.492s] sled-storage manager::tests::ensure_datasets
67072025-02-24T23:02:26.324Z PASS [ 32.147s] omicron-sled-agent nexus::test::nexus_self_notification_test
67082025-02-24T23:02:28.222Z PASS [ 2.131s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
67092025-02-24T23:02:28.607Z PASS [ 2.444s] sled-storage manager::tests::nested_dataset
67102025-02-24T23:02:29.276Z PASS [ 2.951s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
67112025-02-24T23:02:29.810Z PASS [ 1.587s] sled-storage manager::tests::update_rawdisk_firmware
67122025-02-24T23:02:30.923Z PASS [ 1.112s] sled-storage manager::tests::wait_for_boot_disk
67132025-02-24T23:02:31.200Z PASS [ 2.592s] sled-storage manager::tests::upsert_filesystem
67142025-02-24T23:02:31.672Z PASS [ 2.395s] sled-storage manager::tests::upsert_filesystem_no_uuid
67152025-02-24T23:02:31.942Z PASS [ 0.740s] tufaceous::integration-tests command_tests::test_init_and_add
67162025-02-24T23:02:31.957Z PASS [ 1.034s] tufaceous::integration-tests command_tests::test_assemble_fake
67172025-02-24T23:02:32.031Z PASS [ 0.090s] tufaceous-lib archive::tests::test_validate_path
67182025-02-24T23:02:32.075Z PASS [ 0.117s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
67192025-02-24T23:02:32.171Z PASS [ 0.498s] tufaceous::manifest-tests check_manifest::fake.toml
67202025-02-24T23:02:32.260Z PASS [ 0.216s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
67212025-02-24T23:02:32.946Z PASS [ 0.775s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
67222025-02-24T23:02:32.949Z PASS [ 0.871s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
67232025-02-24T23:02:32.996Z PASS [ 0.050s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
67242025-02-24T23:02:33.026Z PASS [ 0.078s] update-common artifacts::update_plan::tests::test_bad_rot_versions
67252025-02-24T23:02:33.073Z PASS [ 0.076s] update-common artifacts::update_plan::tests::test_multi_rot_bord
67262025-02-24T23:02:33.110Z PASS [ 0.082s] update-common artifacts::update_plan::tests::test_multi_rot_version
67272025-02-24T23:02:33.117Z PASS [ 0.043s] update-common artifacts::update_plan::tests::test_split_control_plane
67282025-02-24T23:02:33.143Z PASS [ 0.035s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
67292025-02-24T23:02:33.164Z PASS [ 0.047s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
67302025-02-24T23:02:33.211Z PASS [ 0.068s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
67312025-02-24T23:02:33.408Z PASS [ 0.197s] update-engine display::group_display::tests::test_stats
67322025-02-24T23:02:33.438Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_format_progress_counter
67332025-02-24T23:02:33.469Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line
67342025-02-24T23:02:33.502Z PASS [ 0.032s] update-engine engine::tests::error_exits_early
67352025-02-24T23:02:33.547Z PASS [ 0.382s] update-engine buffer::tests::test_buffer
67362025-02-24T23:02:33.567Z PASS [ 0.065s] update-engine events::tests::progress_event_parse_unknown
67372025-02-24T23:02:33.583Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
67382025-02-24T23:02:33.591Z PASS [ 0.023s] update-engine spec::tests::test_merge_anyhow_list
67392025-02-24T23:02:33.680Z PASS [ 0.088s] wicket state::inventory::tests::component_id_display
67402025-02-24T23:02:33.722Z PASS [ 0.041s] wicket state::rack::tests::prev_next_are_opposites
67412025-02-24T23:02:33.754Z PASS [ 0.031s] wicket state::rack::tests::up_down_are_opposites
67422025-02-24T23:02:33.824Z PASS [ 14.605s] oximeter-db::integration_test test_schemas_disjoint
67432025-02-24T23:02:33.878Z PASS [ 0.294s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
67442025-02-24T23:02:33.983Z PASS [ 0.159s] wicket-common rack_setup::tests::roundtrip_import_export_policy
67452025-02-24T23:02:34.104Z PASS [ 0.120s] wicketd rss_config::tests::test_bgp_auth_key_states
67462025-02-24T23:02:34.116Z PASS [ 0.226s] wicketd installinator_progress::tests::test_states
67472025-02-24T23:02:34.415Z PASS [ 0.662s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
67482025-02-24T23:02:35.422Z PASS [ 3.174s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
67492025-02-24T23:02:35.762Z PASS [ 1.658s] wicketd::mod integration_tests::inventory::test_inventory
67502025-02-24T23:02:36.075Z PASS [ 15.139s] reconfigurator-cli::test_basic test_blueprint_edit
67512025-02-24T23:02:36.093Z PASS [ 1.675s] wicketd::mod integration_tests::updates::test_update_races
67522025-02-24T23:02:36.389Z PASS [ 11.764s] sled-storage manager::tests::ensure_many_datasets
67532025-02-24T23:02:37.414Z PASS [ 1.992s] wicketd::mod integration_tests::updates::test_updates
67542025-02-24T23:02:38.021Z PASS [ 3.916s] wicketd::mod integration_tests::updates::test_installinator_fetch
67552025-02-24T23:02:40.787Z PASS [ 30.040s] oximeter-db client::tests::cannot_ping_nonexistent_server
67562025-02-24T23:02:44.476Z PASS [ 25.258s] oximeter-db::integration_test test_cluster
67572025-02-24T23:02:44.478Z────────────
67582025-02-24T23:02:44.479Z Summary [2315.297s] 1897 tests run: 1897 passed (27 slow, 1 leaky), 4 skipped
67592025-02-24T23:02:44.565Z
67602025-02-24T23:02:44.568Zreal 39:20.815976354
67612025-02-24T23:02:44.568Zuser 4:00:57.878532581
67622025-02-24T23:02:44.568Zsys 42:44.708443865
67632025-02-24T23:02:44.568Ztrap 3:35.016889498
67642025-02-24T23:02:44.568Ztflt 1:09.031048216
67652025-02-24T23:02:44.568Zdflt 6:09.477181275
67662025-02-24T23:02:44.569Zkflt 1.471923286
67672025-02-24T23:02:44.569Zlock 1319:55:44.297263298
67682025-02-24T23:02:44.569Zslp 106:31:45.007670904
67692025-02-24T23:02:44.569Zlat 5:38:58.991136482
67702025-02-24T23:02:44.569Zstop 1:08:24.216307279
67712025-02-24T23:02:44.569Z+ banner doctest
67722025-02-24T23:02:44.574Z
67732025-02-24T23:02:44.574Z ##### #### #### ##### ###### #### #####
67742025-02-24T23:02:44.574Z # # # # # # # # # #
67752025-02-24T23:02:44.574Z # # # # # # ##### #### #
67762025-02-24T23:02:44.574Z # # # # # # # # #
67772025-02-24T23:02:44.574Z # # # # # # # # # # #
67782025-02-24T23:02:44.574Z ##### #### #### # ###### #### #
67792025-02-24T23:02:44.574Z
67802025-02-24T23:02:44.575Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
67812025-02-24T23:02:46.722Z Fresh unicode-ident v1.0.14
67822025-02-24T23:02:46.722Z Fresh cfg-if v1.0.0
67832025-02-24T23:02:46.727Z Fresh memchr v2.7.4
67842025-02-24T23:02:46.728Z Fresh autocfg v1.4.0
67852025-02-24T23:02:46.728Z Fresh version_check v0.9.5
67862025-02-24T23:02:46.728Z Fresh proc-macro2 v1.0.93
67872025-02-24T23:02:46.728Z Fresh value-bag v1.9.0
67882025-02-24T23:02:46.728Z Fresh itoa v1.0.11
67892025-02-24T23:02:46.728Z Fresh once_cell v1.20.3
67902025-02-24T23:02:46.728Z Fresh scopeguard v1.2.0
67912025-02-24T23:02:46.728Z Fresh quote v1.0.38
67922025-02-24T23:02:46.728Z Fresh libc v0.2.170
67932025-02-24T23:02:46.728Z Fresh log v0.4.22
67942025-02-24T23:02:46.728Z Fresh smallvec v1.14.0
67952025-02-24T23:02:46.728Z Fresh byteorder v1.5.0
67962025-02-24T23:02:46.729Z Fresh subtle v2.6.1
67972025-02-24T23:02:46.729Z Fresh pin-project-lite v0.2.14
67982025-02-24T23:02:46.729Z Fresh syn v2.0.96
67992025-02-24T23:02:46.729Z Fresh getrandom v0.2.15
68002025-02-24T23:02:46.729Z Fresh lock_api v0.4.12
68012025-02-24T23:02:46.729Z Fresh ryu v1.0.18
68022025-02-24T23:02:46.729Z Fresh regex-syntax v0.8.5
68032025-02-24T23:02:46.729Z Fresh shlex v1.3.0
68042025-02-24T23:02:46.729Z Fresh aho-corasick v1.1.3
68052025-02-24T23:02:46.729Z Fresh serde_derive v1.0.218
68062025-02-24T23:02:46.729Z Fresh rand_core v0.6.4
68072025-02-24T23:02:46.729Z Fresh zeroize_derive v1.4.2
68082025-02-24T23:02:46.729Z Fresh zerocopy-derive v0.7.35
68092025-02-24T23:02:46.736Z Fresh regex-automata v0.4.8
68102025-02-24T23:02:46.737Z Fresh jobserver v0.1.32
68112025-02-24T23:02:46.737Z Fresh serde v1.0.218
68122025-02-24T23:02:46.737Z Fresh zeroize v1.8.1
68132025-02-24T23:02:46.737Z Fresh zerocopy v0.7.35
68142025-02-24T23:02:46.737Z Fresh libm v0.2.8
68152025-02-24T23:02:46.737Z Fresh cc v1.2.15
68162025-02-24T23:02:46.737Z Fresh bytes v1.9.0
68172025-02-24T23:02:46.737Z Fresh bitflags v2.6.0
68182025-02-24T23:02:46.737Z Fresh num-traits v0.2.19
68192025-02-24T23:02:46.737Z Fresh allocator-api2 v0.2.18
68202025-02-24T23:02:46.737Z Fresh parking_lot_core v0.9.10
68212025-02-24T23:02:46.737Z Fresh typenum v1.17.0
68222025-02-24T23:02:46.737Z Fresh thiserror-impl v1.0.69
68232025-02-24T23:02:46.737Z Fresh regex v1.11.1
68242025-02-24T23:02:46.737Z Fresh serde_json v1.0.139
68252025-02-24T23:02:46.737Z Fresh generic-array v0.14.7
68262025-02-24T23:02:46.737Z Fresh parking_lot v0.12.3
68272025-02-24T23:02:46.737Z Fresh fnv v1.0.7
68282025-02-24T23:02:46.738Z Fresh futures-core v0.3.31
68292025-02-24T23:02:46.738Z Fresh signal-hook-registry v1.4.2
68302025-02-24T23:02:46.738Z Fresh semver v1.0.25
68312025-02-24T23:02:46.738Z Fresh thiserror v1.0.69
68322025-02-24T23:02:46.738Z Fresh crypto-common v0.1.6
68332025-02-24T23:02:46.738Z Fresh errno v0.3.9
68342025-02-24T23:02:46.738Z Fresh either v1.13.0
68352025-02-24T23:02:46.738Z Fresh equivalent v1.0.1
68362025-02-24T23:02:46.738Z Fresh foldhash v0.1.3
68372025-02-24T23:02:46.738Z Fresh hashbrown v0.15.1
68382025-02-24T23:02:46.738Z Fresh mio v1.0.2
68392025-02-24T23:02:46.738Z Fresh tokio-macros v2.5.0
68402025-02-24T23:02:46.738Z Fresh socket2 v0.5.8
68412025-02-24T23:02:46.738Z Fresh const-oid v0.9.6
68422025-02-24T23:02:46.738Z Fresh heck v0.5.0
68432025-02-24T23:02:46.738Z Fresh rustix v0.38.37
68442025-02-24T23:02:46.738Z Fresh indexmap v2.7.1
68452025-02-24T23:02:46.738Z Fresh tokio v1.43.0
68462025-02-24T23:02:46.738Z Fresh futures-io v0.3.31
68472025-02-24T23:02:46.738Z Fresh spin v0.9.8
68482025-02-24T23:02:46.738Z Fresh block-buffer v0.10.4
68492025-02-24T23:02:46.738Z Fresh iana-time-zone v0.1.61
68502025-02-24T23:02:46.738Z Fresh slab v0.4.9
68512025-02-24T23:02:46.738Z Fresh digest v0.10.7
68522025-02-24T23:02:46.738Z Fresh chrono v0.4.39
68532025-02-24T23:02:46.739Z Fresh cpufeatures v0.2.14
68542025-02-24T23:02:46.739Z Fresh pkg-config v0.3.31
68552025-02-24T23:02:46.739Z Fresh futures-sink v0.3.31
68562025-02-24T23:02:46.739Z Fresh lazy_static v1.5.0
68572025-02-24T23:02:46.739Z Fresh uuid v1.12.0
68582025-02-24T23:02:46.739Z Fresh stable_deref_trait v1.2.0
68592025-02-24T23:02:46.739Z Fresh pin-utils v0.1.0
68602025-02-24T23:02:46.739Z Fresh futures-channel v0.3.31
68612025-02-24T23:02:46.739Z Fresh futures-macro v0.3.31
68622025-02-24T23:02:46.739Z Fresh futures-task v0.3.31
68632025-02-24T23:02:46.739Z Fresh serde_derive_internals v0.29.1
68642025-02-24T23:02:46.739Z Fresh dyn-clone v1.0.18
68652025-02-24T23:02:46.739Z Fresh futures-util v0.3.31
68662025-02-24T23:02:46.739Z Fresh schemars_derive v0.8.21
68672025-02-24T23:02:46.739Z Fresh synstructure v0.13.1
68682025-02-24T23:02:46.739Z Fresh ppv-lite86 v0.2.20
68692025-02-24T23:02:46.739Z Fresh glob v0.3.2
68702025-02-24T23:02:46.739Z Fresh tracing-attributes v0.1.27
68712025-02-24T23:02:46.739Z Fresh displaydoc v0.2.5
68722025-02-24T23:02:46.739Z Fresh schemars v0.8.21
68732025-02-24T23:02:46.739Z Fresh zerofrom-derive v0.1.4
68742025-02-24T23:02:46.739Z Fresh yoke-derive v0.7.4
68752025-02-24T23:02:46.739Z Fresh zerovec-derive v0.10.3
68762025-02-24T23:02:46.739Z Fresh tracing-core v0.1.32
68772025-02-24T23:02:46.739Z Fresh http v1.2.0
68782025-02-24T23:02:46.740Z Fresh minimal-lexical v0.2.1
68792025-02-24T23:02:46.740Z Fresh zerofrom v0.1.4
68802025-02-24T23:02:46.740Z Fresh tracing v0.1.40
68812025-02-24T23:02:46.740Z Fresh nom v7.1.3
68822025-02-24T23:02:46.740Z Fresh rand_chacha v0.3.1
68832025-02-24T23:02:46.740Z Fresh writeable v0.5.5
68842025-02-24T23:02:46.740Z Fresh yoke v0.7.4
68852025-02-24T23:02:46.740Z Fresh syn v1.0.109
68862025-02-24T23:02:46.740Z Fresh rand v0.8.5
68872025-02-24T23:02:46.740Z Fresh litemap v0.7.3
68882025-02-24T23:02:46.740Z Fresh icu_provider_macros v1.5.0
68892025-02-24T23:02:46.740Z Fresh vcpkg v0.2.15
68902025-02-24T23:02:46.740Z Fresh zerovec v0.10.4
68912025-02-24T23:02:46.740Z Fresh percent-encoding v2.3.1
68922025-02-24T23:02:46.740Z Fresh home v0.5.9
68932025-02-24T23:02:46.740Z Fresh libloading v0.8.5
68942025-02-24T23:02:46.740Z Fresh icu_locid_transform_data v1.5.0
68952025-02-24T23:02:46.740Z Fresh prettyplease v0.2.29
68962025-02-24T23:02:46.740Z Fresh cexpr v0.6.0
68972025-02-24T23:02:46.746Z Fresh tinystr v0.7.6
68982025-02-24T23:02:46.746Z Fresh clang-sys v1.8.1
68992025-02-24T23:02:46.746Z Fresh icu_collections v1.5.0
69002025-02-24T23:02:46.746Z Fresh strsim v0.11.1
69012025-02-24T23:02:46.747Z Fresh icu_properties_data v1.5.0
69022025-02-24T23:02:46.747Z Fresh form_urlencoded v1.2.1
69032025-02-24T23:02:46.747Z Fresh icu_locid v1.5.0
69042025-02-24T23:02:46.747Z Fresh crossbeam-utils v0.8.20
69052025-02-24T23:02:46.747Z Fresh icu_normalizer_data v1.5.0
69062025-02-24T23:02:46.747Z Fresh utf16_iter v1.0.5
69072025-02-24T23:02:46.747Z Fresh utf8_iter v1.0.4
69082025-02-24T23:02:46.747Z Fresh write16 v1.0.0
69092025-02-24T23:02:46.747Z Fresh icu_provider v1.5.0
69102025-02-24T23:02:46.747Z Fresh time-core v0.1.2
69112025-02-24T23:02:46.747Z Fresh num-conv v0.1.0
69122025-02-24T23:02:46.747Z Fresh powerfmt v0.2.0
69132025-02-24T23:02:46.747Z Fresh adler2 v2.0.0
69142025-02-24T23:02:46.747Z Fresh itertools v0.12.1
69152025-02-24T23:02:46.747Z Fresh icu_locid_transform v1.5.0
69162025-02-24T23:02:46.747Z Fresh paste v1.0.15
69172025-02-24T23:02:46.747Z Fresh miniz_oxide v0.8.0
69182025-02-24T23:02:46.747Z Fresh deranged v0.3.11
69192025-02-24T23:02:46.747Z Fresh time-macros v0.2.18
69202025-02-24T23:02:46.747Z Fresh num_threads v0.1.7
69212025-02-24T23:02:46.747Z Fresh icu_properties v1.5.1
69222025-02-24T23:02:46.747Z Fresh time v0.3.36
69232025-02-24T23:02:46.747Z Fresh httparse v1.9.5
69242025-02-24T23:02:46.747Z Fresh which v4.4.2
69252025-02-24T23:02:46.747Z Fresh lazycell v1.3.0
69262025-02-24T23:02:46.747Z Fresh atomic-waker v1.1.2
69272025-02-24T23:02:46.747Z Fresh rustc-hash v1.1.0
69282025-02-24T23:02:46.748Z Fresh icu_normalizer v1.5.0
69292025-02-24T23:02:46.748Z Fresh bindgen v0.69.5
69302025-02-24T23:02:46.748Z Fresh tokio-util v0.7.12
69312025-02-24T23:02:46.748Z Fresh block-padding v0.3.3
69322025-02-24T23:02:46.748Z Fresh cmake v0.1.51
69332025-02-24T23:02:46.748Z Fresh untrusted v0.9.0
69342025-02-24T23:02:46.748Z Fresh dunce v1.0.5
69352025-02-24T23:02:46.748Z Fresh idna_adapter v1.2.0
69362025-02-24T23:02:46.748Z Fresh fs_extra v1.3.0
69372025-02-24T23:02:46.748Z Fresh ring v0.17.11
69382025-02-24T23:02:46.748Z Fresh inout v0.1.3
69392025-02-24T23:02:46.748Z Fresh serde_tokenstream v0.2.2
69402025-02-24T23:02:46.748Z Fresh sha2 v0.10.8
69412025-02-24T23:02:46.748Z Fresh rustls-pki-types v1.10.0
69422025-02-24T23:02:46.748Z Fresh idna v1.0.3
69432025-02-24T23:02:46.748Z Fresh ahash v0.8.11
69442025-02-24T23:02:46.748Z Fresh cipher v0.4.4
69452025-02-24T23:02:46.748Z Fresh gimli v0.31.1
69462025-02-24T23:02:46.748Z Fresh base64ct v1.6.0
69472025-02-24T23:02:46.748Z Fresh http-body v1.0.1
69482025-02-24T23:02:46.748Z Fresh url v2.5.3
69492025-02-24T23:02:46.748Z Fresh addr2line v0.24.2
69502025-02-24T23:02:46.748Z Fresh hmac v0.12.1
69512025-02-24T23:02:46.749Z Fresh serde_spanned v0.6.8
69522025-02-24T23:02:46.749Z Fresh toml_datetime v0.6.8
69532025-02-24T23:02:46.749Z Fresh object v0.36.5
69542025-02-24T23:02:46.749Z Fresh base64 v0.22.1
69552025-02-24T23:02:46.749Z Fresh aws-lc-sys v0.22.0
69562025-02-24T23:02:46.749Z Fresh rustc-demangle v0.1.24
69572025-02-24T23:02:46.749Z Fresh try-lock v0.2.5
69582025-02-24T23:02:46.749Z Fresh untrusted v0.7.1
69592025-02-24T23:02:46.749Z Fresh mirai-annotations v1.12.0
69602025-02-24T23:02:46.749Z Fresh httpdate v1.0.3
69612025-02-24T23:02:46.749Z Fresh want v0.3.1
69622025-02-24T23:02:46.749Z Fresh aws-lc-rs v1.10.0
69632025-02-24T23:02:46.749Z Fresh backtrace v0.3.74
69642025-02-24T23:02:46.749Z Fresh h2 v0.4.6
69652025-02-24T23:02:46.749Z Fresh tower-service v0.3.3
69662025-02-24T23:02:46.749Z Fresh anyhow v1.0.96
69672025-02-24T23:02:46.749Z Fresh rustls-webpki v0.102.8
69682025-02-24T23:02:46.749Z Fresh hyper v1.5.2
69692025-02-24T23:02:46.749Z Fresh pem-rfc7468 v0.7.0
69702025-02-24T23:02:46.749Z Fresh mime v0.3.17
69712025-02-24T23:02:46.749Z Fresh http-body-util v0.1.2
69722025-02-24T23:02:46.749Z Fresh slog v2.7.0
69732025-02-24T23:02:46.749Z Fresh hyper-util v0.1.10
69742025-02-24T23:02:46.749Z Fresh async-trait v0.1.86
69752025-02-24T23:02:46.749Z Fresh der_derive v0.7.3
69762025-02-24T23:02:46.749Z Fresh flagset v0.4.6
69772025-02-24T23:02:46.749Z Fresh pbkdf2 v0.12.2
69782025-02-24T23:02:46.750Z Fresh aes v0.8.4
69792025-02-24T23:02:46.750Z Fresh rustls-pemfile v2.2.0
69802025-02-24T23:02:46.750Z Fresh der v0.7.9
69812025-02-24T23:02:46.750Z Fresh rustc_version v0.4.1
69822025-02-24T23:02:46.750Z Fresh foreign-types-shared v0.1.1
69832025-02-24T23:02:46.750Z Fresh openssl-probe v0.1.5
69842025-02-24T23:02:46.750Z Fresh ipnet v2.10.1
69852025-02-24T23:02:46.750Z Fresh openssl-sys v0.9.106
69862025-02-24T23:02:46.750Z Fresh salsa20 v0.10.2
69872025-02-24T23:02:46.750Z Fresh spki v0.7.3
69882025-02-24T23:02:46.750Z Fresh foreign-types v0.3.2
69892025-02-24T23:02:46.750Z Fresh cbc v0.1.2
69902025-02-24T23:02:46.750Z Fresh serde_urlencoded v0.7.1
69912025-02-24T23:02:46.750Z Fresh futures-executor v0.3.31
69922025-02-24T23:02:46.750Z Fresh openssl-macros v0.1.1
69932025-02-24T23:02:46.750Z Fresh encoding_rs v0.8.34
69942025-02-24T23:02:46.750Z Fresh openssl v0.10.71
69952025-02-24T23:02:46.750Z Fresh futures v0.3.31
69962025-02-24T23:02:46.750Z Fresh scrypt v0.11.0
69972025-02-24T23:02:46.759Z Fresh openapiv3 v2.0.0
69982025-02-24T23:02:46.759Z Fresh is-terminal v0.4.13
69992025-02-24T23:02:46.759Z Fresh utf8parse v0.2.2
70002025-02-24T23:02:46.759Z Fresh pkcs5 v0.7.1
70012025-02-24T23:02:46.759Z Fresh dirs-sys-next v0.1.2
70022025-02-24T23:02:46.759Z Fresh rustls v0.23.19
70032025-02-24T23:02:46.759Z Fresh rustversion v1.0.17
70042025-02-24T23:02:46.759Z Fresh pkcs8 v0.10.2
70052025-02-24T23:02:46.759Z Fresh native-tls v0.2.12
70062025-02-24T23:02:46.759Z Fresh psl-types v2.0.11
70072025-02-24T23:02:46.759Z Fresh litrs v0.4.1
70082025-02-24T23:02:46.759Z Fresh camino v1.1.9
70092025-02-24T23:02:46.759Z Fresh tokio-rustls v0.26.0
70102025-02-24T23:02:46.759Z Fresh anstyle v1.0.10
70112025-02-24T23:02:46.759Z Fresh publicsuffix v2.3.0
70122025-02-24T23:02:46.759Z Fresh cookie v0.18.1
70132025-02-24T23:02:46.759Z Fresh tokio-native-tls v0.3.1
70142025-02-24T23:02:46.759Z Fresh document-features v0.2.10
70152025-02-24T23:02:46.759Z Fresh dirs-next v2.0.0
70162025-02-24T23:02:46.759Z Fresh webpki-roots v0.26.6
70172025-02-24T23:02:46.759Z Fresh sync_wrapper v1.0.1
70182025-02-24T23:02:46.759Z Fresh tower-layer v0.3.3
70192025-02-24T23:02:46.759Z Fresh data-encoding v2.6.0
70202025-02-24T23:02:46.759Z Fresh hyper-tls v0.6.0
70212025-02-24T23:02:46.760Z Fresh term v0.7.0
70222025-02-24T23:02:46.760Z Fresh cookie_store v0.21.1
70232025-02-24T23:02:46.760Z Fresh sha1 v0.10.6
70242025-02-24T23:02:46.760Z Fresh hyper-rustls v0.27.3
70252025-02-24T23:02:46.760Z Fresh tower v0.5.2
70262025-02-24T23:02:46.760Z Fresh ucd-trie v0.1.7
70272025-02-24T23:02:46.760Z Fresh winnow v0.6.20
70282025-02-24T23:02:46.760Z Fresh winnow v0.5.40
70292025-02-24T23:02:46.760Z Fresh anstyle-parse v0.2.5
70302025-02-24T23:02:46.760Z Fresh siphasher v0.3.11
70312025-02-24T23:02:46.760Z Fresh colorchoice v1.0.2
70322025-02-24T23:02:46.760Z Fresh toml_edit v0.19.15
70332025-02-24T23:02:46.760Z Fresh reqwest v0.12.12
70342025-02-24T23:02:46.760Z Fresh pest v2.7.14
70352025-02-24T23:02:46.760Z Fresh is_terminal_polyfill v1.70.1
70362025-02-24T23:02:46.760Z Fresh anstyle-query v1.1.1
70372025-02-24T23:02:46.760Z Fresh terminal_size v0.4.0
70382025-02-24T23:02:46.760Z Fresh scroll_derive v0.12.0
70392025-02-24T23:02:46.760Z Fresh clap_lex v0.7.4
70402025-02-24T23:02:46.760Z Fresh pest_meta v2.7.14
70412025-02-24T23:02:46.760Z Fresh anstream v0.6.15
70422025-02-24T23:02:46.760Z Fresh scroll v0.12.0
70432025-02-24T23:02:46.761Z Fresh signature v2.2.0
70442025-02-24T23:02:46.761Z Fresh clap_derive v4.5.28
70452025-02-24T23:02:46.761Z Fresh plain v0.2.3
70462025-02-24T23:02:46.761Z Fresh toml_edit v0.22.22
70472025-02-24T23:02:46.761Z Fresh pest_generator v2.7.14
70482025-02-24T23:02:46.761Z Fresh clap_builder v4.5.30
70492025-02-24T23:02:46.761Z Fresh goblin v0.8.2
70502025-02-24T23:02:46.761Z Fresh unicode-segmentation v1.12.0
70512025-02-24T23:02:46.761Z Fresh tinyvec_macros v0.1.1
70522025-02-24T23:02:46.761Z Fresh pretty-hex v0.4.1
70532025-02-24T23:02:46.761Z Fresh pest_derive v2.7.14
70542025-02-24T23:02:46.761Z Fresh clap v4.5.30
70552025-02-24T23:02:46.761Z Fresh dof v0.3.0
70562025-02-24T23:02:46.761Z Fresh tinyvec v1.8.0
70572025-02-24T23:02:46.761Z Fresh crossbeam-channel v0.5.13
70582025-02-24T23:02:46.761Z Fresh zerocopy-derive v0.8.10
70592025-02-24T23:02:46.761Z Fresh thread-id v4.2.2
70602025-02-24T23:02:46.761Z Fresh dtrace-parser v0.2.0
70612025-02-24T23:02:46.761Z Fresh thread_local v1.1.8
70622025-02-24T23:02:46.761Z Fresh crc32fast v1.4.2
70632025-02-24T23:02:46.761Z Fresh base16ct v0.2.0
70642025-02-24T23:02:46.761Z Fresh zerocopy v0.8.10
70652025-02-24T23:02:46.761Z Fresh num-integer v0.1.46
70662025-02-24T23:02:46.761Z Fresh ff v0.13.0
70672025-02-24T23:02:46.761Z Fresh usdt-impl v0.5.0
70682025-02-24T23:02:46.761Z Fresh sec1 v0.7.3
70692025-02-24T23:02:46.761Z Fresh take_mut v0.2.2
70702025-02-24T23:02:46.761Z Fresh group v0.13.0
70712025-02-24T23:02:46.761Z Fresh slog-term v2.9.1
70722025-02-24T23:02:46.761Z Fresh hkdf v0.12.4
70732025-02-24T23:02:46.762Z Fresh crossbeam-epoch v0.9.18
70742025-02-24T23:02:46.762Z Fresh slog-async v2.8.0
70752025-02-24T23:02:46.762Z Fresh crypto-bigint v0.5.5
70762025-02-24T23:02:46.762Z Fresh static_assertions v1.1.0
70772025-02-24T23:02:46.762Z Fresh utf-8 v0.7.6
70782025-02-24T23:02:46.762Z Fresh heck v0.4.1
70792025-02-24T23:02:46.762Z Fresh bitflags v1.3.2
70802025-02-24T23:02:46.762Z Fresh match_cfg v0.1.0
70812025-02-24T23:02:46.762Z Fresh elliptic-curve v0.13.8
70822025-02-24T23:02:46.762Z Fresh hostname v0.3.1
70832025-02-24T23:02:46.762Z Fresh usdt-macro v0.5.0
70842025-02-24T23:02:46.762Z Fresh usdt-attr-macro v0.5.0
70852025-02-24T23:02:46.762Z Fresh toml v0.8.19
70862025-02-24T23:02:46.762Z Fresh itertools v0.10.5
70872025-02-24T23:02:46.762Z Fresh hex v0.4.3
70882025-02-24T23:02:46.762Z Fresh memmap v0.7.0
70892025-02-24T23:02:46.763Z Fresh bit-vec v0.6.3
70902025-02-24T23:02:46.763Z Fresh unicode-width v0.2.0
70912025-02-24T23:02:46.763Z Fresh crossbeam-deque v0.8.5
70922025-02-24T23:02:46.763Z Fresh num-iter v0.1.45
70932025-02-24T23:02:46.763Z Fresh flate2 v1.0.35
70942025-02-24T23:02:46.763Z Fresh hubpack_derive v0.1.1
70952025-02-24T23:02:46.763Z Fresh usdt v0.5.0
70962025-02-24T23:02:46.763Z Fresh bit-set v0.5.3
70972025-02-24T23:02:46.769Z Fresh hubpack v0.1.2
70982025-02-24T23:02:46.769Z Fresh rayon-core v1.12.1
70992025-02-24T23:02:46.771Z Fresh toml v0.7.8
71002025-02-24T23:02:46.771Z Fresh phf_shared v0.11.2
71012025-02-24T23:02:46.771Z Fresh slog-json v2.6.1
71022025-02-24T23:02:46.771Z Fresh rfc6979 v0.4.0
71032025-02-24T23:02:46.771Z Fresh bstr v1.10.0
71042025-02-24T23:02:46.771Z Fresh curve25519-dalek-derive v0.1.1
71052025-02-24T23:02:46.771Z Fresh zerocopy-derive v0.6.6
71062025-02-24T23:02:46.771Z Fresh managed v0.8.0
71072025-02-24T23:02:46.771Z Fresh slog-bunyan v2.5.0
71082025-02-24T23:02:46.771Z Fresh curve25519-dalek v4.1.3
71092025-02-24T23:02:46.771Z Fresh ecdsa v0.16.9
71102025-02-24T23:02:46.771Z Fresh num-bigint-dig v0.8.4
71112025-02-24T23:02:46.771Z Fresh zerocopy v0.6.6
71122025-02-24T23:02:46.771Z Fresh rustls v0.22.4
71132025-02-24T23:02:46.771Z Fresh phf_shared v0.10.0
71142025-02-24T23:02:46.771Z Fresh pkcs1 v0.7.5
71152025-02-24T23:02:46.771Z Fresh precomputed-hash v0.1.1
71162025-02-24T23:02:46.771Z Fresh unicode-xid v0.2.6
71172025-02-24T23:02:46.771Z Fresh new_debug_unreachable v1.0.6
71182025-02-24T23:02:46.771Z Fresh fixedbitset v0.4.2
71192025-02-24T23:02:46.771Z Fresh tokio-rustls v0.25.0
71202025-02-24T23:02:46.771Z Fresh rsa v0.9.6
71212025-02-24T23:02:46.771Z Fresh petgraph v0.6.5
71222025-02-24T23:02:46.771Z Fresh string_cache v0.8.7
71232025-02-24T23:02:46.771Z Fresh signal-hook v0.3.17
71242025-02-24T23:02:46.771Z Fresh getrandom v0.3.1
71252025-02-24T23:02:46.771Z Fresh unicode-normalization v0.1.24
71262025-02-24T23:02:46.771Z Fresh ed25519 v2.2.3
71272025-02-24T23:02:46.771Z Fresh enum-as-inner v0.6.1
71282025-02-24T23:02:46.771Z Fresh async-stream-impl v0.3.6
71292025-02-24T23:02:46.771Z Fresh quick-error v1.2.3
71302025-02-24T23:02:46.771Z Fresh debug-ignore v1.0.5
71312025-02-24T23:02:46.771Z Fresh ed25519-dalek v2.1.1
71322025-02-24T23:02:46.772Z Fresh rand_core v0.9.2
71332025-02-24T23:02:46.772Z Fresh multer v3.1.0
71342025-02-24T23:02:46.772Z Fresh hickory-proto v0.24.3
71352025-02-24T23:02:46.772Z Fresh bzip2-sys v0.1.11+1.0.8
71362025-02-24T23:02:46.772Z Fresh async-stream v0.3.6
71372025-02-24T23:02:46.772Z Fresh memoffset v0.9.1
71382025-02-24T23:02:46.772Z Fresh x509-cert v0.2.5
71392025-02-24T23:02:46.772Z Fresh waitgroup v0.1.2
71402025-02-24T23:02:46.772Z Fresh serde_path_to_error v0.1.16
71412025-02-24T23:02:46.772Z Fresh hostname v0.4.0
71422025-02-24T23:02:46.772Z Fresh lalrpop-util v0.19.12
71432025-02-24T23:02:46.772Z Fresh cfg_aliases v0.2.1
71442025-02-24T23:02:46.772Z Fresh bzip2 v0.4.4
71452025-02-24T23:02:46.772Z Fresh rand_chacha v0.9.0
71462025-02-24T23:02:46.772Z Fresh signal-hook-mio v0.2.4
71472025-02-24T23:02:46.772Z Fresh console v0.15.10
71482025-02-24T23:02:46.772Z Fresh dropshot_endpoint v0.12.0
71492025-02-24T23:02:46.772Z Fresh hash32 v0.2.1
71502025-02-24T23:02:46.772Z Fresh unicode-properties v0.1.3
71512025-02-24T23:02:46.772Z Fresh linked-hash-map v0.5.6
71522025-02-24T23:02:46.772Z Fresh predicates-core v1.0.8
71532025-02-24T23:02:46.772Z Fresh unicode-bidi v0.3.17
71542025-02-24T23:02:46.772Z Fresh newtype-uuid v1.2.1
71552025-02-24T23:02:46.772Z Fresh dropshot v0.12.0
71562025-02-24T23:02:46.772Z Fresh lru-cache v0.1.2
71572025-02-24T23:02:46.772Z Fresh heapless v0.7.17
71582025-02-24T23:02:46.772Z Fresh stringprep v0.1.5
71592025-02-24T23:02:46.772Z Fresh rand v0.9.0
71602025-02-24T23:02:46.772Z Fresh crossterm v0.28.1
71612025-02-24T23:02:46.772Z Fresh similar v2.6.0
71622025-02-24T23:02:46.772Z Fresh rayon v1.10.0
71632025-02-24T23:02:46.772Z Fresh tokio-stream v0.1.16
71642025-02-24T23:02:46.772Z Fresh md-5 v0.10.6
71652025-02-24T23:02:46.772Z Fresh itertools v0.14.0
71662025-02-24T23:02:46.772Z Fresh float-cmp v0.10.0
71672025-02-24T23:02:46.772Z Fresh fallible-iterator v0.2.0
71682025-02-24T23:02:46.772Z Fresh difflib v0.4.0
71692025-02-24T23:02:46.772Z Fresh normalize-line-endings v0.3.0
71702025-02-24T23:02:46.773Z Fresh portable-atomic v1.9.0
71712025-02-24T23:02:46.773Z Fresh smoltcp v0.9.1
71722025-02-24T23:02:46.773Z Fresh postgres-protocol v0.6.8
71732025-02-24T23:02:46.773Z Fresh predicates v3.1.3
71742025-02-24T23:02:46.773Z Fresh nix v0.29.0
71752025-02-24T23:02:46.773Z Fresh zip v0.6.6
71762025-02-24T23:02:46.773Z Fresh resolv-conf v0.7.0
71772025-02-24T23:02:46.773Z Fresh phf v0.11.2
71782025-02-24T23:02:46.773Z Fresh tungstenite v0.24.0
71792025-02-24T23:02:46.773Z Fresh strum_macros v0.25.3
71802025-02-24T23:02:46.773Z Fresh serde-big-array v0.5.1
71812025-02-24T23:02:46.773Z Fresh serde_repr v0.1.19
71822025-02-24T23:02:46.773Z Fresh number_prefix v0.4.0
71832025-02-24T23:02:46.773Z Fresh peg-runtime v0.8.3
71842025-02-24T23:02:46.773Z Fresh hickory-resolver v0.24.3
71852025-02-24T23:02:46.773Z Fresh postgres-types v0.2.8
71862025-02-24T23:02:46.773Z Fresh tokio-tungstenite v0.24.0
71872025-02-24T23:02:46.773Z Fresh indicatif v0.17.11
71882025-02-24T23:02:46.773Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71892025-02-24T23:02:46.773Z Fresh derive-where v1.2.7
71902025-02-24T23:02:46.773Z Fresh whoami v1.5.2
71912025-02-24T23:02:46.773Z Fresh hashbrown v0.14.5
71922025-02-24T23:02:46.773Z Fresh thiserror-impl v2.0.11
71932025-02-24T23:02:46.773Z Fresh qorb v0.2.1
71942025-02-24T23:02:46.773Z Fresh tokio-postgres v0.7.12
71952025-02-24T23:02:46.773Z Fresh fs-err v2.11.0
71962025-02-24T23:02:46.773Z Fresh regress v0.10.1
71972025-02-24T23:02:46.778Z Fresh ident_case v1.0.1
71982025-02-24T23:02:46.778Z Fresh unsafe-libyaml v0.2.11
71992025-02-24T23:02:46.779Z Fresh fastrand v2.1.1
72002025-02-24T23:02:46.779Z Fresh thiserror v2.0.11
72012025-02-24T23:02:46.779Z Fresh darling_core v0.20.10
72022025-02-24T23:02:46.779Z Fresh serde_yaml v0.9.34+deprecated
72032025-02-24T23:02:46.779Z Fresh progenitor-client v0.9.1
72042025-02-24T23:02:46.779Z Fresh ipnetwork v0.21.1
72052025-02-24T23:02:46.779Z Fresh typify-impl v0.2.0
72062025-02-24T23:02:46.779Z Fresh tempfile v3.13.0
72072025-02-24T23:02:46.779Z Fresh darling_macro v0.20.10
72082025-02-24T23:02:46.779Z Fresh typify-macro v0.2.0
72092025-02-24T23:02:46.779Z Fresh oxnet v0.1.0
72102025-02-24T23:02:46.779Z Fresh strum_macros v0.26.4
72112025-02-24T23:02:46.779Z Fresh progenitor-client v0.8.0
72122025-02-24T23:02:46.779Z Fresh macaddr v1.0.1
72132025-02-24T23:02:46.779Z Fresh structmeta-derive v0.3.0
72142025-02-24T23:02:46.779Z Fresh darling v0.20.10
72152025-02-24T23:02:46.779Z Fresh typify v0.2.0
72162025-02-24T23:02:46.779Z Fresh strum v0.26.3
72172025-02-24T23:02:46.779Z Fresh daft-derive v0.1.1
72182025-02-24T23:02:46.779Z Fresh instant v0.1.13
72192025-02-24T23:02:46.779Z Fresh structmeta v0.3.0
72202025-02-24T23:02:46.779Z Fresh regress v0.9.1
72212025-02-24T23:02:46.779Z Fresh serde_with_macros v3.11.0
72222025-02-24T23:02:46.779Z Fresh progenitor-impl v0.8.0
72232025-02-24T23:02:46.779Z Fresh daft v0.1.1
72242025-02-24T23:02:46.779Z Fresh dropshot_endpoint v0.15.1
72252025-02-24T23:02:46.779Z Fresh parse-display-derive v0.10.0
72262025-02-24T23:02:46.779Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
72272025-02-24T23:02:46.780Z Fresh serde_with v3.11.0
72282025-02-24T23:02:46.780Z Fresh progenitor-macro v0.8.0
72292025-02-24T23:02:46.780Z Fresh parse-display v0.10.0
72302025-02-24T23:02:46.780Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
72312025-02-24T23:02:46.780Z Fresh backoff v0.4.0
72322025-02-24T23:02:46.780Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
72332025-02-24T23:02:46.780Z Fresh progenitor v0.8.0
72342025-02-24T23:02:46.780Z Fresh dropshot v0.15.1
72352025-02-24T23:02:46.780Z Fresh wait-timeout v0.2.0
72362025-02-24T23:02:46.780Z Fresh rand_xorshift v0.3.0
72372025-02-24T23:02:46.780Z Fresh unarray v0.1.4
72382025-02-24T23:02:46.780Z Fresh test-strategy v0.4.0
72392025-02-24T23:02:46.780Z Fresh camino-tempfile v1.1.1
72402025-02-24T23:02:46.781Z Fresh itertools v0.13.0
72412025-02-24T23:02:46.781Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
72422025-02-24T23:02:46.781Z Fresh rusty-fork v0.3.0
72432025-02-24T23:02:46.781Z Fresh unicode-width v0.1.14
72442025-02-24T23:02:46.781Z Fresh proc-macro-crate v1.3.1
72452025-02-24T23:02:46.781Z Fresh proptest v1.5.0
72462025-02-24T23:02:46.781Z Fresh num_enum_derive v0.5.11
72472025-02-24T23:02:46.781Z Fresh tabwriter v1.4.0
72482025-02-24T23:02:46.781Z Fresh foreign-types-macros v0.2.3
72492025-02-24T23:02:46.781Z Fresh proc-macro-error-attr v1.0.4
72502025-02-24T23:02:46.781Z Fresh num_enum v0.5.11
72512025-02-24T23:02:46.781Z Fresh foreign-types-shared v0.3.1
72522025-02-24T23:02:46.781Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
72532025-02-24T23:02:46.781Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
72542025-02-24T23:02:46.781Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
72552025-02-24T23:02:46.781Z Fresh cstr-argument v0.1.2
72562025-02-24T23:02:46.781Z Fresh proc-macro-error v1.0.4
72572025-02-24T23:02:46.781Z Fresh foreign-types v0.5.0
72582025-02-24T23:02:46.781Z Fresh pretty-hex v0.2.1
72592025-02-24T23:02:46.781Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
72602025-02-24T23:02:46.781Z Fresh colored v2.1.0
72612025-02-24T23:02:46.781Z Fresh smf v0.2.3
72622025-02-24T23:02:46.781Z Fresh typify-impl v0.3.0
72632025-02-24T23:02:46.781Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
72642025-02-24T23:02:46.781Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
72652025-02-24T23:02:46.781Z Fresh typify-macro v0.3.0
72662025-02-24T23:02:46.781Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
72672025-02-24T23:02:46.781Z Fresh hash32 v0.3.1
72682025-02-24T23:02:46.781Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
72692025-02-24T23:02:46.781Z Fresh typify v0.3.0
72702025-02-24T23:02:46.781Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
72712025-02-24T23:02:46.781Z Fresh cobs v0.2.3
72722025-02-24T23:02:46.781Z Fresh progenitor-impl v0.9.1
72732025-02-24T23:02:46.781Z Fresh crucible-workspace-hack v0.1.0
72742025-02-24T23:02:46.782Z Fresh heapless v0.8.0
72752025-02-24T23:02:46.782Z Fresh postcard v1.0.10
72762025-02-24T23:02:46.782Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
72772025-02-24T23:02:46.782Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72782025-02-24T23:02:46.782Z Fresh termtree v0.4.1
72792025-02-24T23:02:46.782Z Fresh progenitor-macro v0.9.1
72802025-02-24T23:02:46.782Z Fresh smoltcp v0.11.0
72812025-02-24T23:02:46.782Z Fresh predicates-tree v1.0.11
72822025-02-24T23:02:46.782Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72832025-02-24T23:02:46.782Z Fresh sigpipe v0.1.3
72842025-02-24T23:02:46.782Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
72852025-02-24T23:02:46.782Z Fresh progenitor v0.9.1
72862025-02-24T23:02:46.782Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72872025-02-24T23:02:46.782Z Fresh zone_cfg_derive v0.3.0
72882025-02-24T23:02:46.782Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72892025-02-24T23:02:46.782Z Fresh num-derive v0.4.2
72902025-02-24T23:02:46.782Z Fresh fragile v2.0.0
72912025-02-24T23:02:46.782Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72922025-02-24T23:02:46.782Z Fresh mockall_derive v0.13.1
72932025-02-24T23:02:46.782Z Fresh downcast v0.11.0
72942025-02-24T23:02:46.782Z Fresh zone v0.3.0
72952025-02-24T23:02:46.782Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
72962025-02-24T23:02:46.782Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72972025-02-24T23:02:46.786Z Fresh convert_case v0.4.0
72982025-02-24T23:02:46.786Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72992025-02-24T23:02:46.786Z Fresh mockall v0.13.1
73002025-02-24T23:02:46.786Z Fresh base64 v0.21.7
73012025-02-24T23:02:46.786Z Fresh derive_more v0.99.19
73022025-02-24T23:02:46.786Z Fresh atomicwrites v0.4.4
73032025-02-24T23:02:46.786Z Fresh newline-converter v0.3.0
73042025-02-24T23:02:46.786Z Fresh same-file v1.0.6
73052025-02-24T23:02:46.786Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
73062025-02-24T23:02:46.786Z Fresh expectorate v1.1.0
73072025-02-24T23:02:46.786Z Fresh walkdir v2.5.0
73082025-02-24T23:02:46.786Z Fresh tungstenite v0.21.0
73092025-02-24T23:02:46.786Z Fresh xattr v1.3.1
73102025-02-24T23:02:46.786Z Fresh filetime v0.2.25
73112025-02-24T23:02:46.786Z Fresh tokio-tungstenite v0.21.0
73122025-02-24T23:02:46.786Z Fresh tar v0.4.42
73132025-02-24T23:02:46.786Z Fresh indent_write v2.2.0
73142025-02-24T23:02:46.786Z Fresh password-hash v0.5.0
73152025-02-24T23:02:46.786Z Fresh blake2 v0.10.6
73162025-02-24T23:02:46.786Z Fresh argon2 v0.5.3
73172025-02-24T23:02:46.786Z Fresh owo-colors v4.1.0
73182025-02-24T23:02:46.786Z Fresh cancel-safe-futures v0.1.5
73192025-02-24T23:02:46.786Z Fresh num-rational v0.4.2
73202025-02-24T23:02:46.786Z Fresh libsw v3.3.1
73212025-02-24T23:02:46.786Z Fresh num-complex v0.4.6
73222025-02-24T23:02:46.786Z Fresh linear-map v1.2.0
73232025-02-24T23:02:46.786Z Fresh swrite v0.1.0
73242025-02-24T23:02:46.786Z Fresh num v0.4.3
73252025-02-24T23:02:46.786Z Fresh float-ord v0.3.2
73262025-02-24T23:02:46.786Z Fresh arc-swap v1.7.1
73272025-02-24T23:02:46.786Z Fresh highway v1.2.0
73282025-02-24T23:02:46.786Z Fresh humantime v2.1.0
73292025-02-24T23:02:46.786Z Fresh semver v0.1.20
73302025-02-24T23:02:46.786Z Fresh slog-scope v4.4.0
73312025-02-24T23:02:46.786Z Fresh rustc_version v0.1.7
73322025-02-24T23:02:46.787Z Fresh pem v3.0.4
73332025-02-24T23:02:46.787Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
73342025-02-24T23:02:46.787Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
73352025-02-24T23:02:46.787Z Fresh slog-stdlog v4.1.1
73362025-02-24T23:02:46.787Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
73372025-02-24T23:02:46.787Z Fresh heck v0.3.3
73382025-02-24T23:02:46.787Z Fresh headers-core v0.3.0
73392025-02-24T23:02:46.787Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
73402025-02-24T23:02:46.787Z Fresh slog-envlogger v2.2.0
73412025-02-24T23:02:46.787Z Fresh zone_cfg_derive v0.1.2
73422025-02-24T23:02:46.787Z Fresh lzma-sys v0.1.20
73432025-02-24T23:02:46.787Z Fresh headers v0.4.0
73442025-02-24T23:02:46.787Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
73452025-02-24T23:02:46.787Z Fresh base64 v0.13.1
73462025-02-24T23:02:46.787Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
73472025-02-24T23:02:46.787Z Fresh newtype_derive v0.1.6
73482025-02-24T23:02:46.787Z Fresh xz2 v0.1.7
73492025-02-24T23:02:46.787Z Fresh zone v0.1.8
73502025-02-24T23:02:46.787Z Fresh ron v0.7.1
73512025-02-24T23:02:46.787Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
73522025-02-24T23:02:46.787Z Fresh yasna v0.5.2
73532025-02-24T23:02:46.787Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
73542025-02-24T23:02:46.787Z Fresh subprocess v0.2.9
73552025-02-24T23:02:46.787Z Fresh steno v0.4.1
73562025-02-24T23:02:46.787Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
73572025-02-24T23:02:46.787Z Fresh rcgen v0.12.1
73582025-02-24T23:02:46.787Z Fresh half v2.4.1
73592025-02-24T23:02:46.787Z Fresh ciborium-io v0.2.2
73602025-02-24T23:02:46.787Z Fresh display-error-chain v0.2.2
73612025-02-24T23:02:46.787Z Fresh ciborium-ll v0.2.2
73622025-02-24T23:02:46.787Z Fresh keccak v0.1.5
73632025-02-24T23:02:46.787Z Fresh universal-hash v0.5.1
73642025-02-24T23:02:46.787Z Fresh ciborium v0.2.2
73652025-02-24T23:02:46.787Z Fresh sha3 v0.10.8
73662025-02-24T23:02:46.787Z Fresh opaque-debug v0.3.1
73672025-02-24T23:02:46.787Z Fresh arrayvec v0.7.6
73682025-02-24T23:02:46.788Z Fresh constant_time_eq v0.3.1
73692025-02-24T23:02:46.788Z Fresh arrayref v0.3.9
73702025-02-24T23:02:46.788Z Fresh secrecy v0.8.0
73712025-02-24T23:02:46.788Z Fresh aead v0.5.2
73722025-02-24T23:02:46.788Z Fresh poly1305 v0.8.0
73732025-02-24T23:02:46.788Z Fresh chacha20 v0.9.1
73742025-02-24T23:02:46.788Z Fresh slog-dtrace v0.3.0
73752025-02-24T23:02:46.788Z Fresh memmap2 v0.9.5
73762025-02-24T23:02:46.788Z Fresh topological-sort v0.2.2
73772025-02-24T23:02:46.788Z Fresh maplit v1.0.2
73782025-02-24T23:02:46.788Z Fresh bytecount v0.6.8
73792025-02-24T23:02:46.788Z Fresh toolchain_find v0.4.0
73802025-02-24T23:02:46.788Z Fresh blake3 v1.5.4
73812025-02-24T23:02:46.788Z Fresh thiserror-impl-no-std v2.0.2
73822025-02-24T23:02:46.788Z Fresh rustfmt-wrapper v0.2.1
73832025-02-24T23:02:46.788Z Fresh gethostname v0.5.0
73842025-02-24T23:02:46.788Z Fresh chacha20poly1305 v0.10.1
73852025-02-24T23:02:46.788Z Fresh omicron-zone-package v0.12.0
73862025-02-24T23:02:46.788Z Fresh thiserror-no-std v2.0.2
73872025-02-24T23:02:46.788Z Fresh termcolor v1.4.1
73882025-02-24T23:02:46.788Z Fresh tap v1.0.1
73892025-02-24T23:02:46.788Z Fresh vsss-rs v3.3.4
73902025-02-24T23:02:46.788Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
73912025-02-24T23:02:46.788Z Fresh wyz v0.5.1
73922025-02-24T23:02:46.788Z Fresh nibble_vec v0.1.0
73932025-02-24T23:02:46.788Z Fresh radium v0.7.0
73942025-02-24T23:02:46.788Z Fresh crc-catalog v2.4.0
73952025-02-24T23:02:46.788Z Fresh endian-type v0.1.2
73962025-02-24T23:02:46.788Z Fresh funty v2.0.0
73972025-02-24T23:02:46.791Z Fresh maybe-uninit v2.0.0
73982025-02-24T23:02:46.791Z Fresh bitvec v1.0.1
73992025-02-24T23:02:46.791Z Fresh crc v3.2.1
74002025-02-24T23:02:46.792Z Fresh radix_trie v0.2.1
74012025-02-24T23:02:46.792Z Fresh dsl_auto_type v0.1.2
74022025-02-24T23:02:46.792Z Fresh packed_struct_codegen v0.10.1
74032025-02-24T23:02:46.792Z Fresh scheduled-thread-pool v0.2.7
74042025-02-24T23:02:46.792Z Fresh diesel_table_macro_syntax v0.2.0
74052025-02-24T23:02:46.792Z Fresh nodrop v0.1.14
74062025-02-24T23:02:46.792Z Fresh packed_struct v0.10.1
74072025-02-24T23:02:46.792Z Fresh smallvec v0.6.14
74082025-02-24T23:02:46.792Z Fresh r2d2 v0.8.10
74092025-02-24T23:02:46.792Z Fresh diesel_derives v2.2.3
74102025-02-24T23:02:46.792Z Fresh array-init v0.0.4
74112025-02-24T23:02:46.792Z Fresh const_format_proc_macros v0.2.34
74122025-02-24T23:02:46.792Z Fresh async-recursion v1.1.1
74132025-02-24T23:02:46.792Z Fresh simd-adler32 v0.3.7
74142025-02-24T23:02:46.792Z Fresh hashbrown v0.12.3
74152025-02-24T23:02:46.792Z Fresh lockfree-object-pool v0.1.6
74162025-02-24T23:02:46.792Z Fresh bitfield v0.14.0
74172025-02-24T23:02:46.792Z Fresh bumpalo v3.16.0
74182025-02-24T23:02:46.792Z Fresh diff v0.1.13
74192025-02-24T23:02:46.792Z Fresh crunchy v0.2.2
74202025-02-24T23:02:46.792Z Fresh zopfli v0.8.1
74212025-02-24T23:02:46.792Z Fresh indexmap v1.9.3
74222025-02-24T23:02:46.792Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
74232025-02-24T23:02:46.792Z Fresh const_format v0.2.34
74242025-02-24T23:02:46.792Z Fresh diesel v2.2.7
74252025-02-24T23:02:46.792Z Fresh serde-hex v0.1.0
74262025-02-24T23:02:46.792Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
74272025-02-24T23:02:46.792Z Fresh env_logger v0.10.2
74282025-02-24T23:02:46.792Z Fresh ron v0.8.1
74292025-02-24T23:02:46.792Z Fresh hashbrown v0.13.2
74302025-02-24T23:02:46.792Z Fresh crc-any v2.5.0
74312025-02-24T23:02:46.792Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
74322025-02-24T23:02:46.792Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
74332025-02-24T23:02:46.792Z Fresh object v0.30.4
74342025-02-24T23:02:46.792Z Fresh zip v2.1.3
74352025-02-24T23:02:46.792Z Fresh tiny-keccak v2.0.2
74362025-02-24T23:02:46.792Z Fresh ascii-canvas v3.0.0
74372025-02-24T23:02:46.792Z Fresh bitfield-struct v0.6.2
74382025-02-24T23:02:46.793Z Fresh ref-cast-impl v1.0.23
74392025-02-24T23:02:46.793Z Fresh ena v0.14.3
74402025-02-24T23:02:46.793Z Fresh regex-syntax v0.6.29
74412025-02-24T23:02:46.793Z Fresh path-slash v0.1.5
74422025-02-24T23:02:46.793Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
74432025-02-24T23:02:46.793Z Fresh ref-cast v1.0.23
74442025-02-24T23:02:46.793Z Fresh libefi-sys v0.1.0
74452025-02-24T23:02:46.793Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
74462025-02-24T23:02:46.793Z Fresh lalrpop v0.19.12
74472025-02-24T23:02:46.793Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
74482025-02-24T23:02:46.793Z Fresh fxhash v0.2.1
74492025-02-24T23:02:46.793Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
74502025-02-24T23:02:46.793Z Fresh rustc-hash v2.1.1
74512025-02-24T23:02:46.793Z Fresh bindgen v0.71.1
74522025-02-24T23:02:46.793Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
74532025-02-24T23:02:46.793Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
74542025-02-24T23:02:46.793Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
74552025-02-24T23:02:46.793Z Fresh derive_builder_core v0.20.2
74562025-02-24T23:02:46.793Z Fresh derive_builder_macro v0.20.2
74572025-02-24T23:02:46.793Z Fresh strum_macros v0.24.3
74582025-02-24T23:02:46.793Z Fresh kstat-rs v0.2.4
74592025-02-24T23:02:46.793Z Fresh indoc v1.0.9
74602025-02-24T23:02:46.793Z Fresh derive_builder v0.20.2
74612025-02-24T23:02:46.793Z Fresh polar-core v0.27.3
74622025-02-24T23:02:46.793Z Fresh libxml v0.3.3
74632025-02-24T23:02:46.793Z Fresh phf_generator v0.11.2
74642025-02-24T23:02:46.793Z Fresh primeorder v0.13.6
74652025-02-24T23:02:46.793Z Fresh impl-trait-for-tuples v0.2.2
74662025-02-24T23:02:46.793Z Fresh oso-derive v0.27.3
74672025-02-24T23:02:46.793Z Fresh quick-xml v0.37.2
74682025-02-24T23:02:46.793Z Fresh vte_generate_state_changes v0.1.2
74692025-02-24T23:02:46.793Z Fresh phf_codegen v0.11.2
74702025-02-24T23:02:46.793Z Fresh oso v0.27.3
74712025-02-24T23:02:46.793Z Fresh vte v0.11.1
74722025-02-24T23:02:46.793Z Fresh samael v0.0.18
74732025-02-24T23:02:46.793Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
74742025-02-24T23:02:46.793Z Fresh fd-lock v4.0.2
74752025-02-24T23:02:46.794Z Fresh parse-zoneinfo v0.3.1
74762025-02-24T23:02:46.794Z Fresh cfg_aliases v0.1.1
74772025-02-24T23:02:46.794Z Fresh parking_lot_core v0.8.6
74782025-02-24T23:02:46.794Z Fresh strip-ansi-escapes v0.2.0
74792025-02-24T23:02:46.794Z Fresh unicase v2.7.0
74802025-02-24T23:02:46.794Z Fresh chrono-tz-build v0.4.0
74812025-02-24T23:02:46.794Z Fresh bb8 v0.8.5
74822025-02-24T23:02:46.794Z Fresh nanorand v0.7.0
74832025-02-24T23:02:46.794Z Fresh nu-ansi-term v0.50.1
74842025-02-24T23:02:46.794Z Fresh diesel-dtrace v0.4.2
74852025-02-24T23:02:46.794Z Fresh flume v0.11.1
74862025-02-24T23:02:46.794Z Fresh reedline v0.35.0
74872025-02-24T23:02:46.794Z Fresh async-bb8-diesel v0.2.1
74882025-02-24T23:02:46.794Z Fresh parking_lot v0.11.2
74892025-02-24T23:02:46.794Z Fresh p384 v0.13.0
74902025-02-24T23:02:46.794Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
74912025-02-24T23:02:46.794Z Fresh http-range v0.1.5
74922025-02-24T23:02:46.794Z Fresh buf-list v1.0.3
74932025-02-24T23:02:46.794Z Fresh sled v0.34.7
74942025-02-24T23:02:46.794Z Fresh salty v0.3.0
74952025-02-24T23:02:46.794Z Fresh nix v0.28.0
74962025-02-24T23:02:46.794Z Fresh hickory-client v0.24.3
74972025-02-24T23:02:46.797Z Fresh papergrid v0.11.0
74982025-02-24T23:02:46.797Z Fresh tabled_derive v0.7.0
74992025-02-24T23:02:46.797Z Fresh peg-macros v0.8.4
75002025-02-24T23:02:46.797Z Fresh hickory-server v0.24.3
75012025-02-24T23:02:46.797Z Fresh sqlparser_derive v0.2.2
75022025-02-24T23:02:46.798Z Fresh atty v0.2.14
75032025-02-24T23:02:46.798Z Fresh env_filter v0.1.2
75042025-02-24T23:02:46.798Z Fresh proc-macro-error-attr2 v2.0.0
75052025-02-24T23:02:46.798Z Fresh unicode_categories v0.1.1
75062025-02-24T23:02:46.798Z Fresh chrono-tz v0.10.1
75072025-02-24T23:02:46.798Z Fresh sqlparser v0.45.0
75082025-02-24T23:02:46.798Z Fresh proc-macro-error2 v2.0.1
75092025-02-24T23:02:46.798Z Fresh env_logger v0.11.5
75102025-02-24T23:02:46.798Z Fresh sqlformat v0.2.6
75112025-02-24T23:02:46.798Z Fresh tabled v0.15.0
75122025-02-24T23:02:46.798Z Fresh peg v0.8.4
75132025-02-24T23:02:46.798Z Fresh mime_guess v2.0.5
75142025-02-24T23:02:46.798Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
75152025-02-24T23:02:46.798Z Fresh rustyline v14.0.0
75162025-02-24T23:02:46.798Z Fresh bcs v0.1.6
75172025-02-24T23:02:46.798Z Fresh cargo-platform v0.1.8
75182025-02-24T23:02:46.798Z Fresh pin-project-internal v1.1.6
75192025-02-24T23:02:46.798Z Fresh termtree v0.5.1
75202025-02-24T23:02:46.798Z Fresh pin-project v1.1.6
75212025-02-24T23:02:46.798Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
75222025-02-24T23:02:46.798Z Fresh hyper-staticfile v0.10.1
75232025-02-24T23:02:46.798Z Fresh tabled_derive v0.10.0
75242025-02-24T23:02:46.798Z Fresh papergrid v0.14.0
75252025-02-24T23:02:46.798Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
75262025-02-24T23:02:46.798Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
75272025-02-24T23:02:46.798Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
75282025-02-24T23:02:46.798Z Fresh tabled v0.18.0
75292025-02-24T23:02:46.798Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
75302025-02-24T23:02:46.798Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
75312025-02-24T23:02:46.798Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
75322025-02-24T23:02:46.798Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
75332025-02-24T23:02:46.798Z Fresh nix v0.27.1
75342025-02-24T23:02:46.798Z Fresh tungstenite v0.23.0
75352025-02-24T23:02:46.798Z Fresh concurrent-queue v2.5.0
75362025-02-24T23:02:46.800Z Fresh snafu-derive v0.8.5
75372025-02-24T23:02:46.800Z Fresh parking v2.2.1
75382025-02-24T23:02:46.800Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
75392025-02-24T23:02:46.800Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
75402025-02-24T23:02:46.800Z Fresh snafu v0.8.5
75412025-02-24T23:02:46.800Z Fresh tokio-tungstenite v0.23.1
75422025-02-24T23:02:46.800Z Fresh signal-hook-tokio v0.3.1
75432025-02-24T23:02:46.800Z Fresh olpc-cjson v0.1.4
75442025-02-24T23:02:46.800Z Fresh globset v0.4.15
75452025-02-24T23:02:46.800Z Fresh serde_plain v1.0.2
75462025-02-24T23:02:46.800Z Fresh typed-path v0.9.3
75472025-02-24T23:02:46.800Z Fresh tough v0.19.0
75482025-02-24T23:02:46.800Z Fresh cargo_metadata v0.18.1
75492025-02-24T23:02:46.800Z Fresh rand_seeder v0.3.0
75502025-02-24T23:02:46.800Z Fresh parse-size v1.1.0
75512025-02-24T23:02:46.800Z Fresh event-listener v5.3.1
75522025-02-24T23:02:46.800Z Fresh futures-lite v2.3.0
75532025-02-24T23:02:46.800Z Fresh event-listener-strategy v0.5.2
75542025-02-24T23:02:46.800Z Fresh castaway v0.2.3
75552025-02-24T23:02:46.800Z Fresh indoc v2.0.5
75562025-02-24T23:02:46.800Z Fresh unicode-truncate v1.1.0
75572025-02-24T23:02:46.800Z Fresh libz-sys v1.1.20
75582025-02-24T23:02:46.800Z Fresh compact_str v0.8.0
75592025-02-24T23:02:46.800Z Fresh lru v0.12.5
75602025-02-24T23:02:46.800Z Fresh instability v0.3.2
75612025-02-24T23:02:46.800Z Fresh csv-core v0.1.11
75622025-02-24T23:02:46.800Z Fresh is_ci v1.2.0
75632025-02-24T23:02:46.800Z Fresh cassowary v0.3.0
75642025-02-24T23:02:46.800Z Fresh csv v1.3.1
75652025-02-24T23:02:46.800Z Fresh ratatui v0.29.0
75662025-02-24T23:02:46.800Z Fresh supports-color v3.0.1
75672025-02-24T23:02:46.800Z Fresh libgit2-sys v0.17.0+1.8.1
75682025-02-24T23:02:46.801Z Fresh async-lock v3.4.0
75692025-02-24T23:02:46.801Z Fresh polyval v0.6.2
75702025-02-24T23:02:46.801Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
75712025-02-24T23:02:46.801Z Fresh polling v3.7.3
75722025-02-24T23:02:46.801Z Fresh git2 v0.19.0
75732025-02-24T23:02:46.801Z Fresh ghash v0.5.1
75742025-02-24T23:02:46.801Z Fresh async-io v2.3.4
75752025-02-24T23:02:46.801Z Fresh ctr v0.9.2
75762025-02-24T23:02:46.801Z Fresh plotters-backend v0.3.7
75772025-02-24T23:02:46.801Z Fresh assert_matches v1.5.0
75782025-02-24T23:02:46.801Z Fresh async-task v4.7.1
75792025-02-24T23:02:46.801Z Fresh shell-words v1.1.0
75802025-02-24T23:02:46.801Z Fresh vergen v8.3.2
75812025-02-24T23:02:46.801Z Fresh aes-gcm v0.10.3
75822025-02-24T23:02:46.801Z Fresh plotters-svg v0.3.7
75832025-02-24T23:02:46.801Z Fresh async-channel v2.3.1
75842025-02-24T23:02:46.801Z Fresh piper v0.2.4
75852025-02-24T23:02:46.801Z Fresh ssh-encoding v0.2.0
75862025-02-24T23:02:46.801Z Fresh blowfish v0.9.1
75872025-02-24T23:02:46.801Z Fresh sct v0.7.1
75882025-02-24T23:02:46.801Z Fresh rustls-webpki v0.101.7
75892025-02-24T23:02:46.801Z Fresh rtoolbox v0.0.2
75902025-02-24T23:02:46.801Z Fresh unicode-linebreak v0.1.5
75912025-02-24T23:02:46.801Z Fresh smawk v0.3.2
75922025-02-24T23:02:46.801Z Fresh cast v0.3.0
75932025-02-24T23:02:46.801Z Fresh bcrypt-pbkdf v0.10.0
75942025-02-24T23:02:46.801Z Fresh criterion-plot v0.5.0
75952025-02-24T23:02:46.801Z Fresh textwrap v0.16.1
75962025-02-24T23:02:46.801Z Fresh rpassword v7.3.1
75972025-02-24T23:02:46.805Z Fresh rustls v0.21.12
75982025-02-24T23:02:46.805Z Fresh blocking v1.6.1
75992025-02-24T23:02:46.805Z Fresh ssh-cipher v0.2.0
76002025-02-24T23:02:46.805Z Fresh plotters v0.3.7
76012025-02-24T23:02:46.805Z Fresh libsqlite3-sys v0.30.1
76022025-02-24T23:02:46.805Z Fresh async-signal v0.2.10
76032025-02-24T23:02:46.805Z Fresh async-executor v1.13.1
76042025-02-24T23:02:46.805Z Fresh tui-tree-widget v0.23.0
76052025-02-24T23:02:46.805Z Fresh hashlink v0.9.1
76062025-02-24T23:02:46.805Z Fresh password-hash v0.4.2
76072025-02-24T23:02:46.805Z Fresh tinytemplate v1.2.1
76082025-02-24T23:02:46.805Z Fresh event-listener v2.5.3
76092025-02-24T23:02:46.805Z Fresh oorandom v11.1.4
76102025-02-24T23:02:46.805Z Fresh hex-literal v0.4.1
76112025-02-24T23:02:46.805Z Fresh fallible-iterator v0.3.0
76122025-02-24T23:02:46.805Z Fresh anes v0.1.6
76132025-02-24T23:02:46.805Z Fresh fallible-streaming-iterator v0.1.9
76142025-02-24T23:02:46.805Z Fresh yansi v1.0.1
76152025-02-24T23:02:46.805Z Fresh async-channel v1.9.0
76162025-02-24T23:02:46.805Z Fresh pbkdf2 v0.11.0
76172025-02-24T23:02:46.805Z Fresh pretty_assertions v1.4.1
76182025-02-24T23:02:46.805Z Fresh criterion v0.5.1
76192025-02-24T23:02:46.805Z Fresh rusqlite v0.32.1
76202025-02-24T23:02:46.805Z Fresh ssh-key v0.6.6
76212025-02-24T23:02:46.805Z Fresh async-global-executor v2.4.1
76222025-02-24T23:02:46.805Z Fresh async-process v2.3.0
76232025-02-24T23:02:46.805Z Fresh target-lexicon v0.13.2
76242025-02-24T23:02:46.805Z Fresh tokio-rustls v0.24.1
76252025-02-24T23:02:46.805Z Fresh p521 v0.13.3
76262025-02-24T23:02:46.805Z Fresh p256 v0.13.2
76272025-02-24T23:02:46.805Z Fresh rustls-pemfile v1.0.4
76282025-02-24T23:02:46.805Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
76292025-02-24T23:02:46.805Z Fresh twox-hash v2.1.0
76302025-02-24T23:02:46.805Z Fresh async-attributes v1.1.2
76312025-02-24T23:02:46.806Z Fresh kv-log-macro v1.0.7
76322025-02-24T23:02:46.806Z Fresh russh-cryptovec v0.7.3
76332025-02-24T23:02:46.806Z Fresh num_cpus v1.16.0
76342025-02-24T23:02:46.806Z Fresh futures-timer v3.0.3
76352025-02-24T23:02:46.806Z Fresh md5 v0.7.0
76362025-02-24T23:02:46.806Z Fresh async-std v1.13.0
76372025-02-24T23:02:46.806Z Fresh threadpool v1.8.1
76382025-02-24T23:02:46.806Z Fresh russh-keys v0.45.0
76392025-02-24T23:02:46.806Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
76402025-02-24T23:02:46.806Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
76412025-02-24T23:02:46.806Z Fresh cfg-expr v0.18.0
76422025-02-24T23:02:46.806Z Fresh guppy-workspace-hack v0.1.0
76432025-02-24T23:02:46.806Z Fresh doc-comment v0.3.3
76442025-02-24T23:02:46.806Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
76452025-02-24T23:02:46.806Z Fresh httptest v0.16.3
76462025-02-24T23:02:46.806Z Fresh fatfs v0.3.6
76472025-02-24T23:02:46.806Z Fresh num-bigint v0.4.6
76482025-02-24T23:02:46.806Z Fresh proc-macro-crate v3.2.0
76492025-02-24T23:02:46.806Z Fresh rustls-native-certs v0.7.3
76502025-02-24T23:02:46.806Z Fresh des v0.8.1
76512025-02-24T23:02:46.806Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76522025-02-24T23:02:46.806Z Fresh escape8259 v0.5.3
76532025-02-24T23:02:46.806Z Fresh relative-path v1.9.3
76542025-02-24T23:02:46.806Z Fresh fixedbitset v0.5.7
76552025-02-24T23:02:46.807Z Fresh russh v0.45.0
76562025-02-24T23:02:46.807Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76572025-02-24T23:02:46.807Z Fresh hyper-rustls v0.26.0
76582025-02-24T23:02:46.807Z Fresh rstest_macros v0.23.0
76592025-02-24T23:02:46.807Z Fresh libtest-mimic v0.7.3
76602025-02-24T23:02:46.807Z Fresh petgraph v0.7.1
76612025-02-24T23:02:46.807Z Fresh assert_cmd v2.0.16
76622025-02-24T23:02:46.807Z Fresh target-spec v3.4.2
76632025-02-24T23:02:46.807Z Fresh target-triple v0.1.3
76642025-02-24T23:02:46.807Z Fresh async-object-pool v0.1.5
76652025-02-24T23:02:46.807Z Fresh petname v2.0.2
76662025-02-24T23:02:46.807Z Fresh cargo_metadata v0.19.1
76672025-02-24T23:02:46.807Z Fresh blake2b_simd v1.0.2
76682025-02-24T23:02:46.807Z Fresh fancy-regex v0.13.0
76692025-02-24T23:02:46.807Z Fresh pathdiff v0.2.3
76702025-02-24T23:02:46.807Z Fresh assert-json-diff v2.0.2
76712025-02-24T23:02:46.807Z Fresh serde_regex v1.1.0
76722025-02-24T23:02:46.807Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
76732025-02-24T23:02:46.808Z Fresh path-tree v0.8.1
76742025-02-24T23:02:46.808Z Fresh uzers v0.12.1
76752025-02-24T23:02:46.808Z Fresh nested v0.1.1
76762025-02-24T23:02:46.808Z Fresh internet-checksum v0.2.1
76772025-02-24T23:02:46.808Z Fresh sync-ptr v0.1.1
76782025-02-24T23:02:46.808Z Fresh stringmetrics v2.2.2
76792025-02-24T23:02:46.808Z Fresh rust-argon2 v2.1.0
76802025-02-24T23:02:46.808Z Fresh datatest-stable v0.2.9
76812025-02-24T23:02:46.808Z Fresh guppy v0.17.17
76822025-02-24T23:02:46.808Z Fresh httpmock v0.8.0-alpha.1
76832025-02-24T23:02:46.808Z Fresh trybuild v1.0.101
76842025-02-24T23:02:46.808Z Fresh rstest v0.23.0
76852025-02-24T23:02:46.808Z Fresh partial-io v0.5.4
76862025-02-24T23:02:46.808Z Fresh similar-asserts v1.6.1
76872025-02-24T23:02:46.808Z Fresh rand_distr v0.4.3
76882025-02-24T23:02:46.808Z Fresh approx v0.5.1
76892025-02-24T23:02:46.808Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
76902025-02-24T23:02:46.808Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
76912025-02-24T23:02:46.808Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
76922025-02-24T23:02:46.808Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
76932025-02-24T23:02:46.808Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
76942025-02-24T23:02:46.808Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
76952025-02-24T23:02:46.808Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
76962025-02-24T23:02:46.808Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
76972025-02-24T23:02:46.814Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
76982025-02-24T23:02:46.814Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
76992025-02-24T23:02:46.814Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
77002025-02-24T23:02:46.814Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
77012025-02-24T23:02:46.814Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
77022025-02-24T23:02:46.814Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
77032025-02-24T23:02:46.814Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
77042025-02-24T23:02:46.814Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
77052025-02-24T23:02:46.814Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
77062025-02-24T23:02:46.814Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
77072025-02-24T23:02:46.814Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
77082025-02-24T23:02:46.814Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
77092025-02-24T23:02:46.814Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
77102025-02-24T23:02:46.814Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
77112025-02-24T23:02:46.814Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
77122025-02-24T23:02:46.814Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77132025-02-24T23:02:46.814Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
77142025-02-24T23:02:46.814Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
77152025-02-24T23:02:46.815Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
77162025-02-24T23:02:46.815Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
77172025-02-24T23:02:46.815Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
77182025-02-24T23:02:46.815Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
77192025-02-24T23:02:46.815Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
77202025-02-24T23:02:46.815Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
77212025-02-24T23:02:46.815Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
77222025-02-24T23:02:46.815Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
77232025-02-24T23:02:46.815Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
77242025-02-24T23:02:46.815Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
77252025-02-24T23:02:46.815Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
77262025-02-24T23:02:46.815Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
77272025-02-24T23:02:46.815Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
77282025-02-24T23:02:46.815Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
77292025-02-24T23:02:46.815Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
77302025-02-24T23:02:46.815Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
77312025-02-24T23:02:46.815Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
77322025-02-24T23:02:46.815Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
77332025-02-24T23:02:46.815Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
77342025-02-24T23:02:46.815Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
77352025-02-24T23:02:46.815Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
77362025-02-24T23:02:46.815Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
77372025-02-24T23:02:46.815Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
77382025-02-24T23:02:46.815Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
77392025-02-24T23:02:46.815Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
77402025-02-24T23:02:46.815Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
77412025-02-24T23:02:46.815Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
77422025-02-24T23:02:46.815Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
77432025-02-24T23:02:46.815Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
77442025-02-24T23:02:46.815Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
77452025-02-24T23:02:46.815Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
77462025-02-24T23:02:46.815Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
77472025-02-24T23:02:46.816Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
77482025-02-24T23:02:46.816Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
77492025-02-24T23:02:46.816Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
77502025-02-24T23:02:46.816Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
77512025-02-24T23:02:46.816Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
77522025-02-24T23:02:46.816Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
77532025-02-24T23:02:46.816Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
77542025-02-24T23:02:46.816Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
77552025-02-24T23:02:46.816Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
77562025-02-24T23:02:46.816Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
77572025-02-24T23:02:46.816Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
77582025-02-24T23:02:46.816Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
77592025-02-24T23:02:46.816Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
77602025-02-24T23:02:46.816Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
77612025-02-24T23:02:46.816Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
77622025-02-24T23:02:46.816Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
77632025-02-24T23:02:46.816Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
77642025-02-24T23:02:46.816Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
77652025-02-24T23:02:46.816Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
77662025-02-24T23:02:46.816Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
77672025-02-24T23:02:46.817Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
77682025-02-24T23:02:46.817Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
77692025-02-24T23:02:46.817Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
77702025-02-24T23:02:46.817Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
77712025-02-24T23:02:46.817Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
77722025-02-24T23:02:46.817Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
77732025-02-24T23:02:46.817Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
77742025-02-24T23:02:46.817Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
77752025-02-24T23:02:46.817Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
77762025-02-24T23:02:46.817Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
77772025-02-24T23:02:46.817Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
77782025-02-24T23:02:46.817Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
77792025-02-24T23:02:46.817Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
77802025-02-24T23:02:46.818Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
77812025-02-24T23:02:46.818Z Fresh omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
77822025-02-24T23:02:46.818Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
77832025-02-24T23:02:46.818Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
77842025-02-24T23:02:46.818Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
77852025-02-24T23:02:46.818Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
77862025-02-24T23:02:46.818Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
77872025-02-24T23:02:46.818Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
77882025-02-24T23:02:46.818Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
77892025-02-24T23:02:46.818Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
77902025-02-24T23:02:46.818Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
77912025-02-24T23:02:46.818Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
77922025-02-24T23:02:46.818Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
77932025-02-24T23:02:46.818Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
77942025-02-24T23:02:46.818Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
77952025-02-24T23:02:46.818Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
77962025-02-24T23:02:46.818Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
77972025-02-24T23:02:46.822Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
77982025-02-24T23:02:46.822Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
77992025-02-24T23:02:46.822Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
78002025-02-24T23:02:46.822Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
78012025-02-24T23:02:46.822Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
78022025-02-24T23:02:46.822Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
78032025-02-24T23:02:46.822Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
78042025-02-24T23:02:46.822Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
78052025-02-24T23:02:46.822Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
78062025-02-24T23:02:46.822Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
78072025-02-24T23:02:46.822Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
78082025-02-24T23:02:46.822Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.14s
78092025-02-24T23:02:46.883Z Doc-tests api_identity
78102025-02-24T23:02:46.883Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78112025-02-24T23:02:47.175Z
78122025-02-24T23:02:47.175Zrunning 0 tests
78132025-02-24T23:02:47.175Z
78142025-02-24T23:02:47.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78152025-02-24T23:02:47.179Z
78162025-02-24T23:02:47.186Z Doc-tests authz_macros
78172025-02-24T23:02:47.189Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-034af6916866393b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78182025-02-24T23:02:47.328Z
78192025-02-24T23:02:47.328Zrunning 7 tests
78202025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
78212025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
78222025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
78232025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
78242025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
78252025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
78262025-02-24T23:02:47.331Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
78272025-02-24T23:02:47.331Z
78282025-02-24T23:02:47.331Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
78292025-02-24T23:02:47.331Z
78302025-02-24T23:02:47.340Z Doc-tests bootstore
78312025-02-24T23:02:47.343Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-41fd45aaf1e4cec6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-49343b6f2de18f70.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
78322025-02-24T23:02:48.175Z
78332025-02-24T23:02:48.175Zrunning 0 tests
78342025-02-24T23:02:48.175Z
78352025-02-24T23:02:48.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78362025-02-24T23:02:48.175Z
78372025-02-24T23:02:48.206Z Doc-tests bootstrap_agent_api
78382025-02-24T23:02:48.210Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78392025-02-24T23:02:48.583Z
78402025-02-24T23:02:48.583Zrunning 2 tests
78412025-02-24T23:02:48.588Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
78422025-02-24T23:02:48.588Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
78432025-02-24T23:02:48.588Z
78442025-02-24T23:02:48.588Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
78452025-02-24T23:02:48.588Z
78462025-02-24T23:02:48.610Z Doc-tests bootstrap_agent_client
78472025-02-24T23:02:48.612Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78482025-02-24T23:02:49.494Z
78492025-02-24T23:02:49.494Zrunning 0 tests
78502025-02-24T23:02:49.494Z
78512025-02-24T23:02:49.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78522025-02-24T23:02:49.494Z
78532025-02-24T23:02:49.528Z Doc-tests clickana
78542025-02-24T23:02:49.531Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-d688dac59783110a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78552025-02-24T23:02:49.958Z
78562025-02-24T23:02:49.958Zrunning 0 tests
78572025-02-24T23:02:49.958Z
78582025-02-24T23:02:49.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78592025-02-24T23:02:49.958Z
78602025-02-24T23:02:49.983Z Doc-tests clickhouse_admin_api
78612025-02-24T23:02:49.986Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78622025-02-24T23:02:50.242Z
78632025-02-24T23:02:50.242Zrunning 6 tests
78642025-02-24T23:02:50.246Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
78652025-02-24T23:02:50.246Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
78662025-02-24T23:02:50.246Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
78672025-02-24T23:02:50.246Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
78682025-02-24T23:02:50.246Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
78692025-02-24T23:02:50.246Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
78702025-02-24T23:02:50.246Z
78712025-02-24T23:02:50.246Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
78722025-02-24T23:02:50.246Z
78732025-02-24T23:02:50.266Z Doc-tests clickhouse_admin_keeper_client
78742025-02-24T23:02:50.269Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78752025-02-24T23:02:50.822Z
78762025-02-24T23:02:50.822Zrunning 0 tests
78772025-02-24T23:02:50.822Z
78782025-02-24T23:02:50.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78792025-02-24T23:02:50.822Z
78802025-02-24T23:02:50.848Z Doc-tests clickhouse_admin_server_client
78812025-02-24T23:02:50.851Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78822025-02-24T23:02:51.357Z
78832025-02-24T23:02:51.357Zrunning 0 tests
78842025-02-24T23:02:51.357Z
78852025-02-24T23:02:51.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78862025-02-24T23:02:51.357Z
78872025-02-24T23:02:51.385Z Doc-tests clickhouse_admin_single_client
78882025-02-24T23:02:51.388Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78892025-02-24T23:02:51.991Z
78902025-02-24T23:02:51.991Zrunning 0 tests
78912025-02-24T23:02:51.991Z
78922025-02-24T23:02:51.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78932025-02-24T23:02:51.991Z
78942025-02-24T23:02:52.009Z Doc-tests clickhouse_admin_test_utils
78952025-02-24T23:02:52.009Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78962025-02-24T23:02:52.009Z
78972025-02-24T23:02:52.009Zrunning 0 tests
78982025-02-24T23:02:52.009Z
78992025-02-24T23:02:52.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79002025-02-24T23:02:52.009Z
79012025-02-24T23:02:52.009Z Doc-tests clickhouse_admin_types
79022025-02-24T23:02:52.009Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79032025-02-24T23:02:52.378Z
79042025-02-24T23:02:52.378Zrunning 0 tests
79052025-02-24T23:02:52.378Z
79062025-02-24T23:02:52.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79072025-02-24T23:02:52.378Z
79082025-02-24T23:02:52.406Z Doc-tests cockroach_admin_api
79092025-02-24T23:02:52.409Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-32a019e52ddca295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79102025-02-24T23:02:52.605Z
79112025-02-24T23:02:52.605Zrunning 2 tests
79122025-02-24T23:02:52.608Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
79132025-02-24T23:02:52.608Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
79142025-02-24T23:02:52.608Z
79152025-02-24T23:02:52.608Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79162025-02-24T23:02:52.608Z
79172025-02-24T23:02:52.624Z Doc-tests cockroach_admin_client
79182025-02-24T23:02:52.627Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79192025-02-24T23:02:52.893Z
79202025-02-24T23:02:52.893Zrunning 0 tests
79212025-02-24T23:02:52.893Z
79222025-02-24T23:02:52.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79232025-02-24T23:02:52.894Z
79242025-02-24T23:02:52.912Z Doc-tests cockroach_admin_types
79252025-02-24T23:02:52.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-32a019e52ddca295.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79262025-02-24T23:02:53.053Z
79272025-02-24T23:02:53.053Zrunning 0 tests
79282025-02-24T23:02:53.054Z
79292025-02-24T23:02:53.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79302025-02-24T23:02:53.054Z
79312025-02-24T23:02:53.072Z Doc-tests db_macros
79322025-02-24T23:02:53.077Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-798c9dd0ddadeb3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79332025-02-24T23:02:53.314Z
79342025-02-24T23:02:53.314Zrunning 3 tests
79352025-02-24T23:02:53.316Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
79362025-02-24T23:02:53.316Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
79372025-02-24T23:02:53.316Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
79382025-02-24T23:02:53.317Z
79392025-02-24T23:02:53.317Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
79402025-02-24T23:02:53.317Z
79412025-02-24T23:02:53.330Z Doc-tests dns_server
79422025-02-24T23:02:53.336Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-62805f629fc13347.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-39596363c1a4987c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79432025-02-24T23:02:53.711Z
79442025-02-24T23:02:53.711Zrunning 0 tests
79452025-02-24T23:02:53.711Z
79462025-02-24T23:02:53.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79472025-02-24T23:02:53.712Z
79482025-02-24T23:02:53.738Z Doc-tests dns_server_api
79492025-02-24T23:02:53.741Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79502025-02-24T23:02:53.972Z
79512025-02-24T23:02:53.972Zrunning 2 tests
79522025-02-24T23:02:53.977Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
79532025-02-24T23:02:53.977Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
79542025-02-24T23:02:53.977Z
79552025-02-24T23:02:53.977Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79562025-02-24T23:02:53.977Z
79572025-02-24T23:02:53.992Z Doc-tests dns_service_client
79582025-02-24T23:02:53.995Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79592025-02-24T23:02:54.298Z
79602025-02-24T23:02:54.298Zrunning 0 tests
79612025-02-24T23:02:54.298Z
79622025-02-24T23:02:54.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632025-02-24T23:02:54.298Z
79642025-02-24T23:02:54.323Z Doc-tests dpd_client
79652025-02-24T23:02:54.326Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79662025-02-24T23:02:55.440Z
79672025-02-24T23:02:55.440Zrunning 0 tests
79682025-02-24T23:02:55.440Z
79692025-02-24T23:02:55.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79702025-02-24T23:02:55.440Z
79712025-02-24T23:02:55.480Z Doc-tests end_to_end_tests
79722025-02-24T23:02:55.485Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-580e2b6c15ef5d02.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-90333adeee907ce7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4a6ba1330f73e0bd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-094854018a1de4ff.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-54437b92e90321d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79732025-02-24T23:02:55.967Z
79742025-02-24T23:02:55.967Zrunning 0 tests
79752025-02-24T23:02:55.967Z
79762025-02-24T23:02:55.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79772025-02-24T23:02:55.967Z
79782025-02-24T23:02:55.995Z Doc-tests gateway_api
79792025-02-24T23:02:55.998Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79802025-02-24T23:02:56.353Z
79812025-02-24T23:02:56.353Zrunning 2 tests
79822025-02-24T23:02:56.358Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
79832025-02-24T23:02:56.358Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
79842025-02-24T23:02:56.358Z
79852025-02-24T23:02:56.358Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79862025-02-24T23:02:56.358Z
79872025-02-24T23:02:56.378Z Doc-tests gateway_client
79882025-02-24T23:02:56.387Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79892025-02-24T23:02:57.272Z
79902025-02-24T23:02:57.272Zrunning 0 tests
79912025-02-24T23:02:57.272Z
79922025-02-24T23:02:57.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79932025-02-24T23:02:57.275Z
79942025-02-24T23:02:57.302Z Doc-tests gateway_test_utils
79952025-02-24T23:02:57.306Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79962025-02-24T23:02:58.078Z
79972025-02-24T23:02:58.078Zrunning 0 tests
79982025-02-24T23:02:58.078Z
79992025-02-24T23:02:58.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80002025-02-24T23:02:58.079Z
80012025-02-24T23:02:58.112Z Doc-tests gateway_types
80022025-02-24T23:02:58.114Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80032025-02-24T23:02:58.647Z
80042025-02-24T23:02:58.647Zrunning 0 tests
80052025-02-24T23:02:58.647Z
80062025-02-24T23:02:58.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80072025-02-24T23:02:58.647Z
80082025-02-24T23:02:58.678Z Doc-tests illumos_utils
80092025-02-24T23:02:58.681Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1b4016f4f69c16a8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9fad854381504c8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4cd6c7ef5290d0bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4ba656415ee5e8ed.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8518938d819701a2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
80102025-02-24T23:02:59.982Z
80112025-02-24T23:02:59.982Zrunning 0 tests
80122025-02-24T23:02:59.983Z
80132025-02-24T23:02:59.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80142025-02-24T23:02:59.983Z
80152025-02-24T23:03:00.034Z Doc-tests installinator
80162025-02-24T23:03:00.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c256e9fc29d29de9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7785f2346c8a561e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
80172025-02-24T23:03:00.813Z
80182025-02-24T23:03:00.813Zrunning 0 tests
80192025-02-24T23:03:00.813Z
80202025-02-24T23:03:00.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80212025-02-24T23:03:00.813Z
80222025-02-24T23:03:00.845Z Doc-tests installinator_api
80232025-02-24T23:03:00.847Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80242025-02-24T23:03:01.359Z
80252025-02-24T23:03:01.359Zrunning 2 tests
80262025-02-24T23:03:01.379Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
80272025-02-24T23:03:01.379Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
80282025-02-24T23:03:01.379Z
80292025-02-24T23:03:01.379Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80302025-02-24T23:03:01.379Z
80312025-02-24T23:03:01.379Z Doc-tests installinator_client
80322025-02-24T23:03:01.379Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80332025-02-24T23:03:01.972Z
80342025-02-24T23:03:01.972Zrunning 0 tests
80352025-02-24T23:03:01.972Z
80362025-02-24T23:03:01.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80372025-02-24T23:03:01.972Z
80382025-02-24T23:03:02.009Z Doc-tests installinator_common
80392025-02-24T23:03:02.014Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80402025-02-24T23:03:02.382Z
80412025-02-24T23:03:02.382Zrunning 0 tests
80422025-02-24T23:03:02.382Z
80432025-02-24T23:03:02.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442025-02-24T23:03:02.382Z
80452025-02-24T23:03:02.401Z Doc-tests internal_dns_resolver
80462025-02-24T23:03:02.404Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80472025-02-24T23:03:02.664Z
80482025-02-24T23:03:02.665Zrunning 0 tests
80492025-02-24T23:03:02.665Z
80502025-02-24T23:03:02.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80512025-02-24T23:03:02.665Z
80522025-02-24T23:03:02.688Z Doc-tests internal_dns_types
80532025-02-24T23:03:02.691Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80542025-02-24T23:03:02.993Z
80552025-02-24T23:03:02.993Zrunning 0 tests
80562025-02-24T23:03:02.993Z
80572025-02-24T23:03:02.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80582025-02-24T23:03:02.993Z
80592025-02-24T23:03:03.019Z Doc-tests ipcc
80602025-02-24T23:03:03.022Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-03308146bb20bace.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80612025-02-24T23:03:03.262Z
80622025-02-24T23:03:03.262Zrunning 0 tests
80632025-02-24T23:03:03.262Z
80642025-02-24T23:03:03.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80652025-02-24T23:03:03.262Z
80662025-02-24T23:03:03.284Z Doc-tests key_manager
80672025-02-24T23:03:03.287Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fd1a2423370a8319.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b30605f01727acb8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80682025-02-24T23:03:03.537Z
80692025-02-24T23:03:03.537Zrunning 0 tests
80702025-02-24T23:03:03.537Z
80712025-02-24T23:03:03.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80722025-02-24T23:03:03.537Z
80732025-02-24T23:03:03.561Z Doc-tests live_tests_macros
80742025-02-24T23:03:03.564Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-9f1284fefbb65666.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80752025-02-24T23:03:03.648Z
80762025-02-24T23:03:03.648Zrunning 1 test
80772025-02-24T23:03:03.651Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
80782025-02-24T23:03:03.651Z
80792025-02-24T23:03:03.651Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80802025-02-24T23:03:03.651Z
80812025-02-24T23:03:03.654Z Doc-tests nexus_auth
80822025-02-24T23:03:03.654Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-034af6916866393b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-1495b622cc7fc256.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80832025-02-24T23:03:04.900Z
80842025-02-24T23:03:04.900Zrunning 0 tests
80852025-02-24T23:03:04.900Z
80862025-02-24T23:03:04.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80872025-02-24T23:03:04.900Z
80882025-02-24T23:03:04.941Z Doc-tests nexus_client
80892025-02-24T23:03:04.944Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80902025-02-24T23:03:06.865Z
80912025-02-24T23:03:06.865Zrunning 0 tests
80922025-02-24T23:03:06.865Z
80932025-02-24T23:03:06.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942025-02-24T23:03:06.866Z
80952025-02-24T23:03:06.902Z Doc-tests nexus_config
80962025-02-24T23:03:06.962Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80972025-02-24T23:03:07.428Z
80982025-02-24T23:03:07.429Zrunning 0 tests
80992025-02-24T23:03:07.429Z
81002025-02-24T23:03:07.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81012025-02-24T23:03:07.429Z
81022025-02-24T23:03:07.459Z Doc-tests nexus_db_fixed_data
81032025-02-24T23:03:07.475Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81042025-02-24T23:03:07.991Z
81052025-02-24T23:03:07.991Zrunning 0 tests
81062025-02-24T23:03:07.991Z
81072025-02-24T23:03:07.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082025-02-24T23:03:07.991Z
81092025-02-24T23:03:08.021Z Doc-tests nexus_db_model
81102025-02-24T23:03:08.030Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81112025-02-24T23:03:16.271Z
81122025-02-24T23:03:16.271Zrunning 2 tests
81132025-02-24T23:03:19.099Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
81142025-02-24T23:03:19.128Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
81152025-02-24T23:03:19.131Z
81162025-02-24T23:03:19.131Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.86s
81172025-02-24T23:03:19.131Z
81182025-02-24T23:03:19.370Z Doc-tests nexus_db_queries
81192025-02-24T23:03:19.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7958d375644a32c2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-bebc9b09b554ab9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1dbc7914df5baa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-1495b622cc7fc256.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81202025-02-24T23:03:21.675Z
81212025-02-24T23:03:21.676Zrunning 1 test
81222025-02-24T23:03:25.004Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
81232025-02-24T23:03:25.004Z
81242025-02-24T23:03:25.007Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.33s
81252025-02-24T23:03:25.007Z
81262025-02-24T23:03:25.085Z Doc-tests nexus_defaults
81272025-02-24T23:03:25.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81282025-02-24T23:03:25.312Z
81292025-02-24T23:03:25.312Zrunning 0 tests
81302025-02-24T23:03:25.312Z
81312025-02-24T23:03:25.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81322025-02-24T23:03:25.312Z
81332025-02-24T23:03:25.333Z Doc-tests nexus_external_api
81342025-02-24T23:03:25.336Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81352025-02-24T23:03:25.914Z
81362025-02-24T23:03:25.914Zrunning 2 tests
81372025-02-24T23:03:25.917Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
81382025-02-24T23:03:25.917Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
81392025-02-24T23:03:25.917Z
81402025-02-24T23:03:25.917Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81412025-02-24T23:03:25.917Z
81422025-02-24T23:03:25.948Z Doc-tests nexus_internal_api
81432025-02-24T23:03:25.951Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81442025-02-24T23:03:26.385Z
81452025-02-24T23:03:26.385Zrunning 2 tests
81462025-02-24T23:03:26.390Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
81472025-02-24T23:03:26.390Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
81482025-02-24T23:03:26.390Z
81492025-02-24T23:03:26.390Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81502025-02-24T23:03:26.390Z
81512025-02-24T23:03:26.417Z Doc-tests nexus_inventory
81522025-02-24T23:03:26.420Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81532025-02-24T23:03:26.822Z
81542025-02-24T23:03:26.822Zrunning 0 tests
81552025-02-24T23:03:26.823Z
81562025-02-24T23:03:26.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572025-02-24T23:03:26.823Z
81582025-02-24T23:03:26.852Z Doc-tests nexus_macros_common
81592025-02-24T23:03:26.854Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a34b1cf80f89f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81602025-02-24T23:03:26.933Z
81612025-02-24T23:03:26.933Zrunning 0 tests
81622025-02-24T23:03:26.933Z
81632025-02-24T23:03:26.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81642025-02-24T23:03:26.933Z
81652025-02-24T23:03:26.941Z Doc-tests nexus_metrics_producer_gc
81662025-02-24T23:03:26.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81672025-02-24T23:03:27.384Z
81682025-02-24T23:03:27.384Zrunning 0 tests
81692025-02-24T23:03:27.384Z
81702025-02-24T23:03:27.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81712025-02-24T23:03:27.384Z
81722025-02-24T23:03:27.419Z Doc-tests nexus_networking
81732025-02-24T23:03:27.421Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81742025-02-24T23:03:27.892Z
81752025-02-24T23:03:27.892Zrunning 0 tests
81762025-02-24T23:03:27.892Z
81772025-02-24T23:03:27.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81782025-02-24T23:03:27.892Z
81792025-02-24T23:03:27.927Z Doc-tests nexus_reconfigurator_blippy
81802025-02-24T23:03:27.930Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81812025-02-24T23:03:28.275Z
81822025-02-24T23:03:28.275Zrunning 0 tests
81832025-02-24T23:03:28.275Z
81842025-02-24T23:03:28.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81852025-02-24T23:03:28.275Z
81862025-02-24T23:03:28.305Z Doc-tests nexus_reconfigurator_execution
81872025-02-24T23:03:28.310Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81882025-02-24T23:03:28.803Z
81892025-02-24T23:03:28.803Zrunning 0 tests
81902025-02-24T23:03:28.803Z
81912025-02-24T23:03:28.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81922025-02-24T23:03:28.803Z
81932025-02-24T23:03:28.839Z Doc-tests nexus_reconfigurator_planning
81942025-02-24T23:03:28.842Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81952025-02-24T23:03:29.356Z
81962025-02-24T23:03:29.356Zrunning 0 tests
81972025-02-24T23:03:29.356Z
81982025-02-24T23:03:29.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81992025-02-24T23:03:29.356Z
82002025-02-24T23:03:29.390Z Doc-tests nexus_reconfigurator_preparation
82012025-02-24T23:03:29.392Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82022025-02-24T23:03:29.828Z
82032025-02-24T23:03:29.828Zrunning 0 tests
82042025-02-24T23:03:29.828Z
82052025-02-24T23:03:29.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82062025-02-24T23:03:29.828Z
82072025-02-24T23:03:29.863Z Doc-tests nexus_reconfigurator_rendezvous
82082025-02-24T23:03:29.866Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82092025-02-24T23:03:30.281Z
82102025-02-24T23:03:30.281Zrunning 0 tests
82112025-02-24T23:03:30.282Z
82122025-02-24T23:03:30.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82132025-02-24T23:03:30.282Z
82142025-02-24T23:03:30.316Z Doc-tests nexus_reconfigurator_simulation
82152025-02-24T23:03:30.319Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7c0c44d4a1560bfc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1de6a746612e252f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82162025-02-24T23:03:30.705Z
82172025-02-24T23:03:30.705Zrunning 0 tests
82182025-02-24T23:03:30.705Z
82192025-02-24T23:03:30.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82202025-02-24T23:03:30.705Z
82212025-02-24T23:03:30.735Z Doc-tests nexus_saga_recovery
82222025-02-24T23:03:30.737Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82232025-02-24T23:03:31.122Z
82242025-02-24T23:03:31.122Zrunning 0 tests
82252025-02-24T23:03:31.122Z
82262025-02-24T23:03:31.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82272025-02-24T23:03:31.122Z
82282025-02-24T23:03:31.153Z Doc-tests nexus_sled_agent_shared
82292025-02-24T23:03:31.156Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82302025-02-24T23:03:31.554Z
82312025-02-24T23:03:31.554Zrunning 0 tests
82322025-02-24T23:03:31.554Z
82332025-02-24T23:03:31.554Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82342025-02-24T23:03:31.554Z
82352025-02-24T23:03:31.583Z Doc-tests nexus_test_interface
82362025-02-24T23:03:31.585Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82372025-02-24T23:03:31.908Z
82382025-02-24T23:03:31.908Zrunning 0 tests
82392025-02-24T23:03:31.908Z
82402025-02-24T23:03:31.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82412025-02-24T23:03:31.908Z
82422025-02-24T23:03:31.936Z Doc-tests nexus_test_utils
82432025-02-24T23:03:31.939Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
82442025-02-24T23:03:32.942Z
82452025-02-24T23:03:32.942Zrunning 0 tests
82462025-02-24T23:03:32.942Z
82472025-02-24T23:03:32.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82482025-02-24T23:03:32.942Z
82492025-02-24T23:03:32.983Z Doc-tests nexus_test_utils_macros
82502025-02-24T23:03:32.986Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82512025-02-24T23:03:33.068Z
82522025-02-24T23:03:33.068Zrunning 1 test
82532025-02-24T23:03:33.071Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
82542025-02-24T23:03:33.071Z
82552025-02-24T23:03:33.071Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82562025-02-24T23:03:33.071Z
82572025-02-24T23:03:33.078Z Doc-tests nexus_types
82582025-02-24T23:03:33.081Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82592025-02-24T23:03:35.964Z
82602025-02-24T23:03:35.964Zrunning 2 tests
82612025-02-24T23:03:35.967Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 932) ... ignored
82622025-02-24T23:03:35.967Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 831) ... ignored
82632025-02-24T23:03:35.967Z
82642025-02-24T23:03:35.967Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82652025-02-24T23:03:35.967Z
82662025-02-24T23:03:36.047Z Doc-tests omicron_brand_metadata
82672025-02-24T23:03:36.050Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_brand_metadata --test brand-metadata/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/brand-metadata -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82682025-02-24T23:03:36.146Z
82692025-02-24T23:03:36.146Zrunning 0 tests
82702025-02-24T23:03:36.146Z
82712025-02-24T23:03:36.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82722025-02-24T23:03:36.146Z
82732025-02-24T23:03:36.156Z Doc-tests omicron_certificates
82742025-02-24T23:03:36.159Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82752025-02-24T23:03:36.440Z
82762025-02-24T23:03:36.440Zrunning 0 tests
82772025-02-24T23:03:36.440Z
82782025-02-24T23:03:36.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82792025-02-24T23:03:36.440Z
82802025-02-24T23:03:36.463Z Doc-tests omicron_clickhouse_admin
82812025-02-24T23:03:36.466Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ba26ac3476fff6be.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ec93feddcd3efdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82822025-02-24T23:03:36.891Z
82832025-02-24T23:03:36.891Zrunning 0 tests
82842025-02-24T23:03:36.891Z
82852025-02-24T23:03:36.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82862025-02-24T23:03:36.891Z
82872025-02-24T23:03:36.923Z Doc-tests omicron_cockroach_admin
82882025-02-24T23:03:36.925Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-32a019e52ddca295.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5498e76f4797a704.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9d79b09ab8670411.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82892025-02-24T23:03:37.236Z
82902025-02-24T23:03:37.236Zrunning 0 tests
82912025-02-24T23:03:37.236Z
82922025-02-24T23:03:37.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82932025-02-24T23:03:37.236Z
82942025-02-24T23:03:37.255Z Doc-tests omicron_common
82952025-02-24T23:03:37.255Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-63a2f56287ef745f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-56b9c3a5d86eda83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f760b6413ba21a49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
82962025-02-24T23:03:40.340Z
82972025-02-24T23:03:40.340Zrunning 2 tests
82982025-02-24T23:03:40.377Ztest common/src/lib.rs - FileKv (line 40) ... ignored
82992025-02-24T23:03:43.963Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
83002025-02-24T23:03:43.963Z
83012025-02-24T23:03:43.966Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.89s
83022025-02-24T23:03:43.966Z
83032025-02-24T23:03:44.019Z Doc-tests omicron_ddm_admin_client
83042025-02-24T23:03:44.022Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-c8473ea25ba2c96c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83052025-02-24T23:03:44.303Z
83062025-02-24T23:03:44.303Zrunning 0 tests
83072025-02-24T23:03:44.303Z
83082025-02-24T23:03:44.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83092025-02-24T23:03:44.303Z
83102025-02-24T23:03:44.328Z Doc-tests omicron_dev_lib
83112025-02-24T23:03:44.331Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-594f9c0a6241b0f5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83122025-02-24T23:03:44.568Z
83132025-02-24T23:03:44.569Zrunning 0 tests
83142025-02-24T23:03:44.569Z
83152025-02-24T23:03:44.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83162025-02-24T23:03:44.569Z
83172025-02-24T23:03:44.591Z Doc-tests omicron_gateway
83182025-02-24T23:03:44.593Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-385c37422c889849.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4a3b00f9e23d87d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8b57d6a255dd847e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-913984c29f7d4119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-338aba0512d64ad0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83192025-02-24T23:03:45.258Z
83202025-02-24T23:03:45.258Zrunning 0 tests
83212025-02-24T23:03:45.258Z
83222025-02-24T23:03:45.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83232025-02-24T23:03:45.258Z
83242025-02-24T23:03:45.298Z Doc-tests omicron_ls_apis
83252025-02-24T23:03:45.301Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-9ef4b38f48c8b3c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83262025-02-24T23:03:45.503Z
83272025-02-24T23:03:45.503Zrunning 1 test
83282025-02-24T23:03:45.505Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
83292025-02-24T23:03:45.505Z
83302025-02-24T23:03:45.505Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83312025-02-24T23:03:45.505Z
83322025-02-24T23:03:45.519Z Doc-tests omicron_nexus
83332025-02-24T23:03:45.526Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-e56eaac53579b184.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-07a36a6ccdf2612f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1eb87908f64ba8a8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3c2ad14ebe5b9c05.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-930c8b72c40fe32c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a931473b77a92d2f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f9be9ff5dba8a368.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-023028b8729a24a8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2cffa371b37f9f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-32de317c4f1cd175.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e4c36eafcc2b5402.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c89feb256f4f1079.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5ff8de88751df186.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e3ada1b56e33eead.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3db633a9f7114a12.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37990945e00c9d85.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f0893da1afe109c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9413ace69fa70a67.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd10ded772e7c94.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-06b5ecdca763d017.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bf04b10960ab9ce6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a16911686120a13e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-e2826c4223f2fb9d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-83c5ffb7f8d82d03.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7317870df848dc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc72799e00663e3a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7850c89e466a8a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d887f6cb40c83430.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3a7b003b2a6ddfe2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-79080267b5050f8e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37dd1c786a216625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d2645218965cb6e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-24faa0ec24837f7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83342025-02-24T23:03:47.959Z
83352025-02-24T23:03:47.959Zrunning 5 tests
83362025-02-24T23:03:47.962Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
83372025-02-24T23:03:52.425Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 887) ... ok
83382025-02-24T23:03:52.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 917) ... ok
83392025-02-24T23:03:52.431Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 823) ... ok
83402025-02-24T23:03:52.434Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 845) ... ok
83412025-02-24T23:03:52.434Z
83422025-02-24T23:03:52.434Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.47s
83432025-02-24T23:03:52.434Z
83442025-02-24T23:03:52.519Z Doc-tests omicron_package
83452025-02-24T23:03:52.519Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f40339275d8b388d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-69b8998695bddf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f46d49f7ed8e3a31.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83462025-02-24T23:03:52.783Z
83472025-02-24T23:03:52.783Zrunning 0 tests
83482025-02-24T23:03:52.783Z
83492025-02-24T23:03:52.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83502025-02-24T23:03:52.783Z
83512025-02-24T23:03:52.801Z Doc-tests omicron_passwords
83522025-02-24T23:03:52.804Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3bac2aa395ec06d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83532025-02-24T23:03:52.921Z
83542025-02-24T23:03:52.921Zrunning 0 tests
83552025-02-24T23:03:52.921Z
83562025-02-24T23:03:52.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572025-02-24T23:03:52.921Z
83582025-02-24T23:03:52.934Z Doc-tests omicron_pins
83592025-02-24T23:03:52.937Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-4925fb899fbc1b98.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-f2b2d0cb7bd02576.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83602025-02-24T23:03:53.123Z
83612025-02-24T23:03:53.123Zrunning 0 tests
83622025-02-24T23:03:53.123Z
83632025-02-24T23:03:53.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83642025-02-24T23:03:53.123Z
83652025-02-24T23:03:53.144Z Doc-tests omicron_rpaths
83662025-02-24T23:03:53.147Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-66d581f9bf0ea5b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83672025-02-24T23:03:53.268Z
83682025-02-24T23:03:53.268Zrunning 0 tests
83692025-02-24T23:03:53.268Z
83702025-02-24T23:03:53.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83712025-02-24T23:03:53.268Z
83722025-02-24T23:03:53.277Z Doc-tests omicron_sled_agent
83732025-02-24T23:03:53.283Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a0747d03d937271a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6063009465844351.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-98ebfef30f8dd3ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b2987a6f6b7838f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5251e16a5b586ba4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-923d265c8fc76134.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-281946d4de375671.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e892e201b4a70421.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b9b9e87d4790bcba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5dde16081d811e1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17589a98299d444f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-58eeb07006ff5901.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-cdfd65f590b628e6.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-883f833b8a080d57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
83742025-02-24T23:03:54.957Z
83752025-02-24T23:03:54.957Zrunning 0 tests
83762025-02-24T23:03:54.957Z
83772025-02-24T23:03:54.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83782025-02-24T23:03:54.957Z
83792025-02-24T23:03:55.018Z Doc-tests omicron_test_utils
83802025-02-24T23:03:55.020Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-dada9c74c1e59e1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d931e294d281b338.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fed5ac6f40b5bb28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e2dc1db3ceb321.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
83812025-02-24T23:03:55.339Z
83822025-02-24T23:03:55.339Zrunning 3 tests
83832025-02-24T23:03:55.341Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
83842025-02-24T23:04:00.828Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
83852025-02-24T23:04:00.831Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
83862025-02-24T23:04:00.834Z
83872025-02-24T23:04:00.834Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.49s
83882025-02-24T23:04:00.834Z
83892025-02-24T23:04:00.863Z Doc-tests omicron_uuid_kinds
83902025-02-24T23:04:00.866Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-88151d25da631bbe.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
83912025-02-24T23:04:00.991Z
83922025-02-24T23:04:00.991Zrunning 0 tests
83932025-02-24T23:04:00.991Z
83942025-02-24T23:04:00.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83952025-02-24T23:04:00.992Z
83962025-02-24T23:04:01.003Z Doc-tests omicron_workspace_hack
83972025-02-24T23:04:01.008Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-fd4409d3474136f7.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-29880e90f788ef89.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-394add6dc643abac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3805e50040eab60e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7452dacb57403ae0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-21d3daa525daffd2.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eae16495eb77c4f8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-21a18968d3433001.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8047353ccb7cb815.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f3df08accdb09450.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e4b3fd5ed9ed2150.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-602e8692883f9ac1.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-697a23ccce5da83d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-a5ed356cb43ac0cf.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-63c475da8c7e154b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ae65d1496e8d7c11.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d17c33b7a1f6a20d.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-fc5b85c0c4fc89f8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d75eeacceca8b569.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-354d480c8ddc8319.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rlib --extern itertools_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e8ab695e098de34.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d619c472c9936f7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-bf562a6d410b30f1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a081115edee982bc.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ff4e5935e35c2c2b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e4d2d17d00bdc364.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-45648fe7f414cd5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-fbafde04f33b8289.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-dcc9899e38525e4e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3e930604daa105f9.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7b24c14e42ad8936.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e7234ca5dac649a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-280310183b982758.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-14f1357c2d07b8a8.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2f4df574697f0d0b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-66f31008ceb3f4f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-01f583fe4ce0cb5f.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fe2051b78116dbca.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9da3f8ca1c61b29a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-63cc6ce3fac197ff.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83982025-02-24T23:04:01.075Z
83992025-02-24T23:04:01.076Zrunning 0 tests
84002025-02-24T23:04:01.076Z
84012025-02-24T23:04:01.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84022025-02-24T23:04:01.076Z
84032025-02-24T23:04:01.086Z Doc-tests openapi_manager
84042025-02-24T23:04:01.089Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-002dee543ab2b170.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2bdcd6ae26c8f930.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-885ffbcf93da03a6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-596d7dcfa866fc64.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-cf8256bd2d360a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-300d43aa2085a5e0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-195197b25f19675f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9976854d2d62bf8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-9445a4856f31e57e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84052025-02-24T23:04:01.548Z
84062025-02-24T23:04:01.548Zrunning 0 tests
84072025-02-24T23:04:01.548Z
84082025-02-24T23:04:01.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84092025-02-24T23:04:01.549Z
84102025-02-24T23:04:01.579Z Doc-tests openapi_manager_types
84112025-02-24T23:04:01.583Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f6f9e944b25a7e47.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84122025-02-24T23:04:01.658Z
84132025-02-24T23:04:01.658Zrunning 0 tests
84142025-02-24T23:04:01.658Z
84152025-02-24T23:04:01.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84162025-02-24T23:04:01.658Z
84172025-02-24T23:04:01.668Z Doc-tests oxide_client
84182025-02-24T23:04:01.672Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-baf6f2e45d22465d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-236cc88c1dc4783e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84192025-02-24T23:04:06.641Z
84202025-02-24T23:04:06.641Zrunning 239 tests
84212025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_create (line 25) ... ignored
84222025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_delete (line 25) ... ignored
84232025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_list (line 27) ... ignored
84242025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_add (line 26) ... ignored
84252025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_delete (line 26) ... ignored
84262025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_view (line 26) ... ignored
84272025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_list (line 28) ... ignored
84282025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_update (line 26) ... ignored
84292025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_view (line 25) ... ignored
84302025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
84312025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
84322025-02-24T23:04:06.645Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
84332025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
84342025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
84352025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
84362025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
84372025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
84382025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
84392025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
84402025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
84412025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
84422025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
84432025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
84442025-02-24T23:04:06.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
84452025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
84462025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
84472025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
84482025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
84492025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
84502025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
84512025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
84522025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
84532025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
84542025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
84552025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
84562025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
84572025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
84582025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
84592025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
84602025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
84612025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
84622025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
84632025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
84642025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
84652025-02-24T23:04:06.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
84662025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
84672025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
84682025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
84692025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
84702025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
84712025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
84722025-02-24T23:04:06.648Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
84732025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
84742025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
84752025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
84762025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
84772025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
84782025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
84792025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
84802025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
84812025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
84822025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
84832025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
84842025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
84852025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
84862025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
84872025-02-24T23:04:06.649Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
84882025-02-24T23:04:06.653Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
84892025-02-24T23:04:06.653Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
84902025-02-24T23:04:06.653Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
84912025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
84922025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
84932025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
84942025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
84952025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
84962025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
84972025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
84982025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
84992025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
85002025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
85012025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
85022025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
85032025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
85042025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
85052025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
85062025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
85072025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
85082025-02-24T23:04:06.654Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
85092025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
85102025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
85112025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
85122025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
85132025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
85142025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
85152025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
85162025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
85172025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
85182025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
85192025-02-24T23:04:06.655Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
85202025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
85212025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
85222025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
85232025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
85242025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
85252025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
85262025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
85272025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
85282025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
85292025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
85302025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
85312025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
85322025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
85332025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
85342025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
85352025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
85362025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
85372025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
85382025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
85392025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
85402025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
85412025-02-24T23:04:06.656Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
85422025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
85432025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
85442025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
85452025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
85462025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
85472025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
85482025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
85492025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
85502025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
85512025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
85522025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
85532025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
85542025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
85552025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
85562025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
85572025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
85582025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
85592025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
85602025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
85612025-02-24T23:04:06.657Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
85622025-02-24T23:04:06.658Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
85632025-02-24T23:04:06.658Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
85642025-02-24T23:04:06.658Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
85652025-02-24T23:04:06.658Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
85662025-02-24T23:04:06.658Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
85672025-02-24T23:04:06.658Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
85682025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
85692025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
85702025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
85712025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
85722025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
85732025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
85742025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
85752025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
85762025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
85772025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
85782025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
85792025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
85802025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
85812025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
85822025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
85832025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
85842025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
85852025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
85862025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
85872025-02-24T23:04:06.659Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
85882025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
85892025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
85902025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
85912025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
85922025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
85932025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
85942025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
85952025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
85962025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
85972025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
85982025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
85992025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
86002025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
86012025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
86022025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
86032025-02-24T23:04:06.664Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
86042025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
86052025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
86062025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
86072025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
86082025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
86092025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
86102025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
86112025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
86122025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
86132025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
86142025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
86152025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
86162025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
86172025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
86182025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
86192025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
86202025-02-24T23:04:06.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
86212025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
86222025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
86232025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
86242025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
86252025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
86262025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
86272025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
86282025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
86292025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
86302025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
86312025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
86322025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
86332025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
86342025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
86352025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
86362025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
86372025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
86382025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
86392025-02-24T23:04:06.666Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
86402025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
86412025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
86422025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
86432025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
86442025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
86452025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
86462025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
86472025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
86482025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
86492025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
86502025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
86512025-02-24T23:04:06.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
86522025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
86532025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
86542025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
86552025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
86562025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
86572025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
86582025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
86592025-02-24T23:04:06.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
86602025-02-24T23:04:06.668Z
86612025-02-24T23:04:06.668Ztest result: ok. 0 passed; 0 failed; 239 ignored; 0 measured; 0 filtered out; finished in 0.01s
86622025-02-24T23:04:06.668Z
86632025-02-24T23:04:06.753Z Doc-tests oximeter
86642025-02-24T23:04:06.758Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-54fd7b546fca2531.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ef08590545247b9f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86652025-02-24T23:04:07.015Z
86662025-02-24T23:04:07.015Zrunning 2 tests
86672025-02-24T23:04:07.018Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
86682025-02-24T23:04:08.217Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
86692025-02-24T23:04:08.217Z
86702025-02-24T23:04:08.221Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.20s
86712025-02-24T23:04:08.221Z
86722025-02-24T23:04:08.247Z Doc-tests oximeter_api
86732025-02-24T23:04:08.250Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86742025-02-24T23:04:08.526Z
86752025-02-24T23:04:08.526Zrunning 2 tests
86762025-02-24T23:04:08.529Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
86772025-02-24T23:04:08.529Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
86782025-02-24T23:04:08.529Z
86792025-02-24T23:04:08.529Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
86802025-02-24T23:04:08.529Z
86812025-02-24T23:04:08.550Z Doc-tests oximeter_client
86822025-02-24T23:04:08.553Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86832025-02-24T23:04:08.914Z
86842025-02-24T23:04:08.914Zrunning 0 tests
86852025-02-24T23:04:08.914Z
86862025-02-24T23:04:08.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86872025-02-24T23:04:08.915Z
86882025-02-24T23:04:08.941Z Doc-tests oximeter_collector
86892025-02-24T23:04:08.944Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-17f6612bf69dcc66.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c61b17a26cc42d30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-45ea67ea30c6e126.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-72b239405e5cca25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f5bb1c4d4855b61.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86902025-02-24T23:04:09.494Z
86912025-02-24T23:04:09.494Zrunning 0 tests
86922025-02-24T23:04:09.494Z
86932025-02-24T23:04:09.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86942025-02-24T23:04:09.494Z
86952025-02-24T23:04:09.533Z Doc-tests oximeter_db
86962025-02-24T23:04:09.538Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6f155bd9a0eb50c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8db870f95be0bd1d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d72533d12a444952.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-32cd06dae0a2bd12.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f1a97b7a83aa370a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18663105839b419d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-01e2f9a316d41106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
86972025-02-24T23:04:10.504Z
86982025-02-24T23:04:10.504Zrunning 5 tests
86992025-02-24T23:04:10.507Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
87002025-02-24T23:04:10.508Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
87012025-02-24T23:04:10.508Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
87022025-02-24T23:04:10.508Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
87032025-02-24T23:04:10.508Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
87042025-02-24T23:04:10.508Z
87052025-02-24T23:04:10.508Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
87062025-02-24T23:04:10.508Z
87072025-02-24T23:04:10.549Z Doc-tests oximeter_instruments
87082025-02-24T23:04:10.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-350cdc0287fbbe85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-94a90d540ea579d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
87092025-02-24T23:04:10.934Z
87102025-02-24T23:04:10.934Zrunning 0 tests
87112025-02-24T23:04:10.934Z
87122025-02-24T23:04:10.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87132025-02-24T23:04:10.934Z
87142025-02-24T23:04:10.963Z Doc-tests oximeter_macro_impl
87152025-02-24T23:04:10.966Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87162025-02-24T23:04:11.057Z
87172025-02-24T23:04:11.057Zrunning 0 tests
87182025-02-24T23:04:11.057Z
87192025-02-24T23:04:11.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87202025-02-24T23:04:11.058Z
87212025-02-24T23:04:11.067Z Doc-tests oximeter_producer
87222025-02-24T23:04:11.070Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ea4b572d36ceb8f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ddf6d120129f9ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9e17f86f9b7835dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87232025-02-24T23:04:11.474Z
87242025-02-24T23:04:11.474Zrunning 0 tests
87252025-02-24T23:04:11.474Z
87262025-02-24T23:04:11.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87272025-02-24T23:04:11.474Z
87282025-02-24T23:04:11.508Z Doc-tests oximeter_schema
87292025-02-24T23:04:11.511Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-54fd7b546fca2531.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-842331219e889e7d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87302025-02-24T23:04:11.821Z
87312025-02-24T23:04:11.821Zrunning 0 tests
87322025-02-24T23:04:11.821Z
87332025-02-24T23:04:11.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87342025-02-24T23:04:11.821Z
87352025-02-24T23:04:11.845Z Doc-tests oximeter_test_utils
87362025-02-24T23:04:11.848Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d0e8b5a44fb9c7bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9b3aa353de0fb3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-394a6b57afe5d733.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87372025-02-24T23:04:12.171Z
87382025-02-24T23:04:12.171Zrunning 0 tests
87392025-02-24T23:04:12.171Z
87402025-02-24T23:04:12.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87412025-02-24T23:04:12.171Z
87422025-02-24T23:04:12.199Z Doc-tests oximeter_timeseries_macro
87432025-02-24T23:04:12.202Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5eea2a54d95b706f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ef08590545247b9f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-340b721f52d6bc4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f4e2d9d4fc30c37d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87442025-02-24T23:04:12.436Z
87452025-02-24T23:04:12.437Zrunning 0 tests
87462025-02-24T23:04:12.437Z
87472025-02-24T23:04:12.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87482025-02-24T23:04:12.437Z
87492025-02-24T23:04:12.458Z Doc-tests oximeter_types
87502025-02-24T23:04:12.461Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-463a38f516bc58fd.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8bf28c2d62e5617e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34fd0d205666de18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-9e50664fdf871a61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ac756f42035316c6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-d5fc0e7a66850dc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87512025-02-24T23:04:13.018Z
87522025-02-24T23:04:13.018Zrunning 11 tests
87532025-02-24T23:04:13.652Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
87542025-02-24T23:04:21.066Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
87552025-02-24T23:04:21.123Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
87562025-02-24T23:04:21.196Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
87572025-02-24T23:04:21.202Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
87582025-02-24T23:04:21.262Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
87592025-02-24T23:04:21.291Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
87602025-02-24T23:04:21.302Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
87612025-02-24T23:04:21.562Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
87622025-02-24T23:04:24.928Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
87632025-02-24T23:04:26.080Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
87642025-02-24T23:04:26.080Z
87652025-02-24T23:04:26.083Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.06s
87662025-02-24T23:04:26.083Z
87672025-02-24T23:04:26.117Z Doc-tests oxlog
87682025-02-24T23:04:26.119Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8518938d819701a2.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87692025-02-24T23:04:26.203Z
87702025-02-24T23:04:26.203Zrunning 0 tests
87712025-02-24T23:04:26.204Z
87722025-02-24T23:04:26.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87732025-02-24T23:04:26.204Z
87742025-02-24T23:04:26.213Z Doc-tests oxql_types
87752025-02-24T23:04:26.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-31143391b78575c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a8b7d03089b12b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87762025-02-24T23:04:26.552Z
87772025-02-24T23:04:26.552Zrunning 0 tests
87782025-02-24T23:04:26.552Z
87792025-02-24T23:04:26.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87802025-02-24T23:04:26.552Z
87812025-02-24T23:04:26.578Z Doc-tests range_requests
87822025-02-24T23:04:26.581Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7282e5bae3209836.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-97aa7a753b29c459.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87832025-02-24T23:04:26.744Z
87842025-02-24T23:04:26.744Zrunning 0 tests
87852025-02-24T23:04:26.744Z
87862025-02-24T23:04:26.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87872025-02-24T23:04:26.744Z
87882025-02-24T23:04:26.760Z Doc-tests repo_depot_api
87892025-02-24T23:04:26.763Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a0a84f301fd540f4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87902025-02-24T23:04:27.007Z
87912025-02-24T23:04:27.007Zrunning 2 tests
87922025-02-24T23:04:27.009Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
87932025-02-24T23:04:27.009Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
87942025-02-24T23:04:27.009Z
87952025-02-24T23:04:27.009Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87962025-02-24T23:04:27.009Z
87972025-02-24T23:04:27.029Z Doc-tests repo_depot_client
87982025-02-24T23:04:27.032Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7ef9fbe165d38141.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87992025-02-24T23:04:27.222Z
88002025-02-24T23:04:27.222Zrunning 0 tests
88012025-02-24T23:04:27.222Z
88022025-02-24T23:04:27.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88032025-02-24T23:04:27.222Z
88042025-02-24T23:04:27.240Z Doc-tests sled_agent_api
88052025-02-24T23:04:27.243Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c3cc00f571abc039.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88062025-02-24T23:04:27.792Z
88072025-02-24T23:04:27.792Zrunning 2 tests
88082025-02-24T23:04:27.816Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
88092025-02-24T23:04:27.816Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
88102025-02-24T23:04:27.816Z
88112025-02-24T23:04:27.816Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88122025-02-24T23:04:27.816Z
88132025-02-24T23:04:27.817Z Doc-tests sled_agent_client
88142025-02-24T23:04:27.817Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9f29072dad9b2836.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88152025-02-24T23:04:29.387Z
88162025-02-24T23:04:29.387Zrunning 0 tests
88172025-02-24T23:04:29.387Z
88182025-02-24T23:04:29.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88192025-02-24T23:04:29.387Z
88202025-02-24T23:04:29.436Z Doc-tests sled_agent_types
88212025-02-24T23:04:29.438Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-754a343d9af69faf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9cc74e302d83996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0bdb445346c070e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c687fe5c76fa07db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3f184251fbc2f8b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4228ccebc0380e7d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88222025-02-24T23:04:30.141Z
88232025-02-24T23:04:30.141Zrunning 0 tests
88242025-02-24T23:04:30.141Z
88252025-02-24T23:04:30.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88262025-02-24T23:04:30.141Z
88272025-02-24T23:04:30.178Z Doc-tests sled_diagnostics
88282025-02-24T23:04:30.180Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-28dddc8cfa9e540a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88292025-02-24T23:04:30.318Z
88302025-02-24T23:04:30.318Zrunning 0 tests
88312025-02-24T23:04:30.318Z
88322025-02-24T23:04:30.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88332025-02-24T23:04:30.319Z
88342025-02-24T23:04:30.331Z Doc-tests sled_hardware
88352025-02-24T23:04:30.334Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-e57bd91fb7f2da07.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-242931a73d74a596.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-389cf0d8ef76c6ff.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-13b0bb69b9c51c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5958323a1473d950.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-38eb95fc113ae7ca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88362025-02-24T23:04:30.701Z
88372025-02-24T23:04:30.701Zrunning 0 tests
88382025-02-24T23:04:30.701Z
88392025-02-24T23:04:30.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88402025-02-24T23:04:30.702Z
88412025-02-24T23:04:30.730Z Doc-tests sled_hardware_types
88422025-02-24T23:04:30.732Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-26d1eee5b4363c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88432025-02-24T23:04:31.015Z
88442025-02-24T23:04:31.015Zrunning 0 tests
88452025-02-24T23:04:31.015Z
88462025-02-24T23:04:31.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88472025-02-24T23:04:31.015Z
88482025-02-24T23:04:31.040Z Doc-tests sled_storage
88492025-02-24T23:04:31.055Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0cff24b543ff412e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b8d7851c4bb274a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7f91f6d2af5557b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02ee5c9f540b665a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
88502025-02-24T23:04:31.457Z
88512025-02-24T23:04:31.457Zrunning 0 tests
88522025-02-24T23:04:31.457Z
88532025-02-24T23:04:31.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88542025-02-24T23:04:31.457Z
88552025-02-24T23:04:31.486Z Doc-tests sp_sim
88562025-02-24T23:04:31.489Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00cba0daa48a76b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a1264c61a24482c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b4848a70f4fec05a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88572025-02-24T23:04:31.947Z
88582025-02-24T23:04:31.947Zrunning 0 tests
88592025-02-24T23:04:31.948Z
88602025-02-24T23:04:31.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88612025-02-24T23:04:31.948Z
88622025-02-24T23:04:31.977Z Doc-tests tufaceous
88632025-02-24T23:04:31.979Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-620599ccee43cb3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88642025-02-24T23:04:32.278Z
88652025-02-24T23:04:32.278Zrunning 0 tests
88662025-02-24T23:04:32.278Z
88672025-02-24T23:04:32.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88682025-02-24T23:04:32.280Z
88692025-02-24T23:04:32.303Z Doc-tests tufaceous_lib
88702025-02-24T23:04:32.307Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1d0e040c718a01f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d0efccf69272432f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f7180470cf2de946.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d59159d642aee2ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88712025-02-24T23:04:32.709Z
88722025-02-24T23:04:32.709Zrunning 0 tests
88732025-02-24T23:04:32.709Z
88742025-02-24T23:04:32.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88752025-02-24T23:04:32.709Z
88762025-02-24T23:04:32.737Z Doc-tests typed_rng
88772025-02-24T23:04:32.739Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0f65f7857976e1da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-771be0fc5813f11a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88782025-02-24T23:04:32.829Z
88792025-02-24T23:04:32.830Zrunning 0 tests
88802025-02-24T23:04:32.830Z
88812025-02-24T23:04:32.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88822025-02-24T23:04:32.830Z
88832025-02-24T23:04:32.838Z Doc-tests update_common
88842025-02-24T23:04:32.840Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-7dc08e69d4f97632.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88852025-02-24T23:04:33.163Z
88862025-02-24T23:04:33.163Zrunning 0 tests
88872025-02-24T23:04:33.163Z
88882025-02-24T23:04:33.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88892025-02-24T23:04:33.163Z
88902025-02-24T23:04:33.188Z Doc-tests update_engine
88912025-02-24T23:04:33.191Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0369b4100dedc014.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-64e6da78a1d16ef3.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-7cd68ff7f4969d67.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2f9d12843112ab6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d7a0b6665a4685bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88922025-02-24T23:04:33.604Z
88932025-02-24T23:04:33.604Zrunning 4 tests
88942025-02-24T23:04:33.607Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
88952025-02-24T23:04:33.607Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
88962025-02-24T23:04:33.607Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
88972025-02-24T23:04:34.376Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
88982025-02-24T23:04:34.376Z
88992025-02-24T23:04:34.379Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s
89002025-02-24T23:04:34.379Z
89012025-02-24T23:04:34.398Z Doc-tests wicket
89022025-02-24T23:04:34.401Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a72c39e362d2fb18.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e4cba29e6618f59c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-222a73d56cf3ad7d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-afecd9524767b5bf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d3dd4c2acbdac2e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f5c4b4973dab872e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1984506723f571ee.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4663549723eedac3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89032025-02-24T23:04:35.318Z
89042025-02-24T23:04:35.318Zrunning 0 tests
89052025-02-24T23:04:35.318Z
89062025-02-24T23:04:35.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89072025-02-24T23:04:35.318Z
89082025-02-24T23:04:35.361Z Doc-tests wicket_common
89092025-02-24T23:04:35.363Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89102025-02-24T23:04:35.954Z
89112025-02-24T23:04:35.955Zrunning 0 tests
89122025-02-24T23:04:35.955Z
89132025-02-24T23:04:35.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89142025-02-24T23:04:35.955Z
89152025-02-24T23:04:35.990Z Doc-tests wicket_dbg
89162025-02-24T23:04:35.992Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a20e34d6cebccd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5e3a2804e26a5e0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85b2abf69211cb75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-36b4224e6348cd1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89172025-02-24T23:04:36.419Z
89182025-02-24T23:04:36.419Zrunning 0 tests
89192025-02-24T23:04:36.419Z
89202025-02-24T23:04:36.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89212025-02-24T23:04:36.419Z
89222025-02-24T23:04:36.452Z Doc-tests wicketd
89232025-02-24T23:04:36.457Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5c9b996b0faf56ee.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0793c52e14160ccb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5adfbd3b6ddc2daa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d4fd22bab0888dd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e51bf5e11922fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-79449e3be9d1d96b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f0d54aa5b1deb7d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9c1931680042b638.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cd73abbaa879b2ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2632a7aa790be04c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b41d59b73dd7d50a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ca723bd712a1285b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-40681011207b3bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ba9125f1f60f3f2a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c256e9fc29d29de9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-d58b8f1a883e8116.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1b9c22fc8485aadc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-727d162311eca300.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-db404913662c15b0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ff17e1ad73f931a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9aae84192a86d94.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e7fdbc91f3cc96b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-08b9af1dc76c30d4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-757629be095a14ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ed6daa4e39d95040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b9fd3c59be16ca2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-735524b9b41c3157.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5cdf5767e090f76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e0d6bac581b0779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-793c427ab8bcb076.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3471be71a9998123.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1d5f5f1a16a49f14.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf61d9e5097d0802.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-14d3105132243c2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-947cbbe81cc7ed4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9b13aef1e2f37eb0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-685e9f4734a0a4d2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89242025-02-24T23:04:37.110Z
89252025-02-24T23:04:37.110Zrunning 0 tests
89262025-02-24T23:04:37.110Z
89272025-02-24T23:04:37.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89282025-02-24T23:04:37.110Z
89292025-02-24T23:04:37.147Z Doc-tests wicketd_api
89302025-02-24T23:04:37.150Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-01841d2458c58122.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4188c77bc8e6e01b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0abedc6781ec776.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-814754cc09174e9e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89312025-02-24T23:04:37.591Z
89322025-02-24T23:04:37.591Zrunning 2 tests
89332025-02-24T23:04:37.594Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
89342025-02-24T23:04:37.594Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
89352025-02-24T23:04:37.594Z
89362025-02-24T23:04:37.594Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89372025-02-24T23:04:37.594Z
89382025-02-24T23:04:37.624Z Doc-tests wicketd_client
89392025-02-24T23:04:37.626Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9f1062e4bb9f4318.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-915b597cc53dc979.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-400038806c080211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7907a7b23acf13ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1facebc0bd6a032a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-01ea0c53cbef3386.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ade9c6bb0b7b75a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4631825e58b7dc2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-148718d874e34b6d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1e247bec5467e152.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3216d522bfc9e851.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3bea4521b6805712.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0b6c1609400b5287.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89402025-02-24T23:04:39.524Z
89412025-02-24T23:04:39.524Zrunning 0 tests
89422025-02-24T23:04:39.524Z
89432025-02-24T23:04:39.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89442025-02-24T23:04:39.524Z
89452025-02-24T23:04:39.577Z Doc-tests xtask_downloader
89462025-02-24T23:04:39.580Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fb5aade8bf0641e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-054ab1ed879eac37.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d68142f381076b4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8d4e28011f774ab9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-99e42b8ea9a86cfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-59c31a326ac27e90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89472025-02-24T23:04:39.757Z
89482025-02-24T23:04:39.757Zrunning 1 test
89492025-02-24T23:04:39.760Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
89502025-02-24T23:04:39.760Z
89512025-02-24T23:04:39.760Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
89522025-02-24T23:04:39.760Z
89532025-02-24T23:04:39.774Z Doc-tests zone_setup
89542025-02-24T23:04:39.776Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1cca3b4e83206717/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-a8752f2c2234f52d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b2bbac47fd6c6317.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a63021075164c52f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-dfa3aefae07cafa4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe224a45aaccbbdd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4773b074091952db.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c08d9fdf0048fa86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-19812872ac39d2c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-ae57fe945b3cd13c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d77a3497fa27fb74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-24db9e9e1fff9ee2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-18933feefbdb335e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e295728c31674b05.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8554107e6846ca37.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89552025-02-24T23:04:40.050Z
89562025-02-24T23:04:40.050Zrunning 0 tests
89572025-02-24T23:04:40.050Z
89582025-02-24T23:04:40.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89592025-02-24T23:04:40.050Z
89602025-02-24T23:04:40.158Z
89612025-02-24T23:04:40.158Zreal 1:55.585773424
89622025-02-24T23:04:40.158Zuser 2:02.323508427
89632025-02-24T23:04:40.159Zsys 52.600409743
89642025-02-24T23:04:40.161Ztrap 0.025118940
89652025-02-24T23:04:40.161Ztflt 0.760533916
89662025-02-24T23:04:40.161Zdflt 8.844600456
89672025-02-24T23:04:40.161Zkflt 0.023530323
89682025-02-24T23:04:40.161Zlock 1:23.269237854
89692025-02-24T23:04:40.161Zslp 14:56.410678024
89702025-02-24T23:04:40.161Zlat 3.527719558
89712025-02-24T23:04:40.161Zstop 8.704304687
89722025-02-24T23:04:40.161Z+ [[ illumos == \i\l\l\u\m\o\s ]]
89732025-02-24T23:04:40.162Z+ banner live-test
89742025-02-24T23:04:40.164Z
89752025-02-24T23:04:40.164Z # # # # ###### ##### ###### #### #####
89762025-02-24T23:04:40.164Z # # # # # # # # #
89772025-02-24T23:04:40.164Z # # # # ##### ##### # ##### #### #
89782025-02-24T23:04:40.164Z # # # # # # # # #
89792025-02-24T23:04:40.164Z # # # # # # # # # #
89802025-02-24T23:04:40.164Z ###### # ## ###### # ###### #### #
89812025-02-24T23:04:40.164Z
89822025-02-24T23:04:40.164Z+ ptime -m cargo xtask live-tests
89832025-02-24T23:04:40.801Z Compiling serde v1.0.218
89842025-02-24T23:04:40.803Z Compiling libc v0.2.170
89852025-02-24T23:04:40.803Z Compiling rustix v0.38.37
89862025-02-24T23:04:40.803Z Compiling serde_json v1.0.139
89872025-02-24T23:04:40.804Z Compiling syn v2.0.96
89882025-02-24T23:04:40.890Z Compiling bitflags v2.6.0
89892025-02-24T23:04:41.339Z Compiling usdt-impl v0.5.0
89902025-02-24T23:04:41.358Z Compiling syn v1.0.109
89912025-02-24T23:04:41.399Z Compiling hashbrown v0.15.1
89922025-02-24T23:04:41.524Z Compiling log v0.4.22
89932025-02-24T23:04:41.544Z Compiling fs-err v2.11.0
89942025-02-24T23:04:41.876Z Compiling anyhow v1.0.96
89952025-02-24T23:04:41.940Z Compiling once_cell v1.20.3
89962025-02-24T23:04:42.354Z Compiling thread-id v4.2.2
89972025-02-24T23:04:42.386Z Compiling indexmap v2.7.1
89982025-02-24T23:04:43.533Z Compiling terminal_size v0.4.0
89992025-02-24T23:04:43.533Z Compiling tempfile v3.13.0
90002025-02-24T23:04:43.703Z Compiling clap_builder v4.5.30
90012025-02-24T23:04:44.214Z Compiling proc-macro-error v1.0.4
90022025-02-24T23:04:44.965Z Compiling tabled_derive v0.7.0
90032025-02-24T23:04:46.370Z Compiling tabled v0.15.0
90042025-02-24T23:04:46.788Z Compiling serde_derive v1.0.218
90052025-02-24T23:04:46.792Z Compiling thiserror-impl v1.0.69
90062025-02-24T23:04:46.792Z Compiling zerocopy-derive v0.7.35
90072025-02-24T23:04:46.792Z Compiling scroll_derive v0.12.0
90082025-02-24T23:04:46.792Z Compiling clap_derive v4.5.28
90092025-02-24T23:04:48.241Z Compiling scroll v0.12.0
90102025-02-24T23:04:48.780Z Compiling goblin v0.8.2
90112025-02-24T23:04:48.964Z Compiling zerocopy v0.7.35
90122025-02-24T23:04:49.765Z Compiling thiserror v1.0.69
90132025-02-24T23:04:49.943Z Compiling pest v2.7.14
90142025-02-24T23:04:50.499Z Compiling clap v4.5.30
90152025-02-24T23:04:52.025Z Compiling pest_meta v2.7.14
90162025-02-24T23:04:52.929Z Compiling pest_generator v2.7.14
90172025-02-24T23:04:54.355Z Compiling pest_derive v2.7.14
90182025-02-24T23:04:55.169Z Compiling dtrace-parser v0.2.0
90192025-02-24T23:04:55.848Z Compiling serde_spanned v0.6.8
90202025-02-24T23:04:55.883Z Compiling toml_datetime v0.6.8
90212025-02-24T23:04:55.902Z Compiling serde_tokenstream v0.2.2
90222025-02-24T23:04:56.020Z Compiling camino v1.1.9
90232025-02-24T23:04:56.059Z Compiling semver v1.0.25
90242025-02-24T23:04:56.109Z Compiling cargo-platform v0.1.8
90252025-02-24T23:04:56.194Z Compiling toml_edit v0.22.22
90262025-02-24T23:04:56.363Z Compiling macaddr v1.0.1
90272025-02-24T23:04:56.592Z Compiling camino-tempfile v1.1.1
90282025-02-24T23:04:57.268Z Compiling dof v0.3.0
90292025-02-24T23:04:57.268Z Compiling cargo_metadata v0.18.1
90302025-02-24T23:04:58.645Z Compiling usdt-macro v0.5.0
90312025-02-24T23:04:58.650Z Compiling usdt-attr-macro v0.5.0
90322025-02-24T23:04:59.027Z Compiling toml v0.8.19
90332025-02-24T23:04:59.911Z Compiling cargo_toml v0.20.5
90342025-02-24T23:05:00.116Z Compiling usdt v0.5.0
90352025-02-24T23:05:02.624Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
90362025-02-24T23:05:06.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.90s
90372025-02-24T23:05:06.193Z Running `target/debug/xtask live-tests`
90382025-02-24T23:05:06.226Zusing temporary directory: /var/tmp/omicron_tmp/.tmpQl0APi
90392025-02-24T23:05:06.226Zwill create archive file: /var/tmp/omicron_tmp/.tmpQl0APi/live-tests-archive/omicron-live-tests.tar.zst
90402025-02-24T23:05:06.226Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
90412025-02-24T23:05:06.226Z
90422025-02-24T23:05:06.231Zrunning: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpQl0APi/live-tests-archive/omicron-live-tests.tar.zst"
90432025-02-24T23:05:08.508Z Compiling ring v0.17.11
90442025-02-24T23:05:08.644Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
90452025-02-24T23:05:09.934Z Compiling rustls v0.23.19
90462025-02-24T23:05:09.934Z Compiling rustls v0.22.4
90472025-02-24T23:05:11.659Z Compiling rustls-webpki v0.102.8
90482025-02-24T23:05:11.659Z Compiling rcgen v0.12.1
90492025-02-24T23:05:15.566Z Compiling tokio-rustls v0.25.0
90502025-02-24T23:05:15.784Z Compiling dropshot v0.12.0
90512025-02-24T23:05:15.784Z Compiling dropshot v0.15.1
90522025-02-24T23:05:16.904Z Compiling tokio-rustls v0.26.0
90532025-02-24T23:05:17.357Z Compiling hyper-rustls v0.27.3
90542025-02-24T23:05:17.880Z Compiling reqwest v0.12.12
90552025-02-24T23:05:21.951Z Compiling qorb v0.2.1
90562025-02-24T23:05:22.020Z Compiling progenitor-client v0.8.0
90572025-02-24T23:05:22.020Z Compiling progenitor-client v0.9.1
90582025-02-24T23:05:22.020Z Compiling progenitor v0.9.1
90592025-02-24T23:05:22.020Z Compiling progenitor v0.8.0
90602025-02-24T23:05:22.020Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
90612025-02-24T23:05:22.020Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
90622025-02-24T23:05:22.020Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
90632025-02-24T23:05:23.210Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
90642025-02-24T23:05:23.612Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
90652025-02-24T23:05:23.612Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
90662025-02-24T23:05:23.616Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
90672025-02-24T23:05:23.616Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
90682025-02-24T23:05:23.677Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
90692025-02-24T23:05:23.899Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
90702025-02-24T23:05:24.109Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
90712025-02-24T23:05:24.375Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
90722025-02-24T23:05:24.568Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
90732025-02-24T23:05:24.641Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
90742025-02-24T23:05:24.813Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
90752025-02-24T23:05:25.111Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
90762025-02-24T23:05:25.307Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
90772025-02-24T23:05:25.748Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
90782025-02-24T23:05:26.264Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
90792025-02-24T23:05:26.954Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
90802025-02-24T23:05:27.090Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
90812025-02-24T23:05:27.194Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
90822025-02-24T23:05:27.483Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
90832025-02-24T23:05:34.266Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
90842025-02-24T23:05:34.266Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
90852025-02-24T23:05:34.269Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
90862025-02-24T23:05:34.269Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
90872025-02-24T23:05:34.269Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
90882025-02-24T23:05:34.269Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
90892025-02-24T23:05:35.684Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
90902025-02-24T23:05:37.173Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
90912025-02-24T23:05:37.230Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
90922025-02-24T23:05:37.500Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
90932025-02-24T23:05:38.280Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
90942025-02-24T23:05:38.741Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
90952025-02-24T23:05:39.033Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
90962025-02-24T23:05:39.369Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
90972025-02-24T23:05:41.208Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
90982025-02-24T23:05:41.274Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
90992025-02-24T23:05:41.323Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
91002025-02-24T23:05:46.759Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
91012025-02-24T23:05:54.042Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91022025-02-24T23:05:54.044Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91032025-02-24T23:05:54.044Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
91042025-02-24T23:05:55.492Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91052025-02-24T23:07:16.784Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
91062025-02-24T23:07:38.603Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 31s
91072025-02-24T23:07:38.815Zinfo: experimental features enabled: setup-scripts
91082025-02-24T23:07:38.824Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpQl0APi/live-tests-archive/omicron-live-tests.tar.zst
91092025-02-24T23:07:39.204Z Archived 46 files to /var/tmp/omicron_tmp/.tmpQl0APi/live-tests-archive/omicron-live-tests.tar.zst in 0.38s
91102025-02-24T23:07:39.255Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpQl0APi/live-tests-archive\""
91112025-02-24T23:07:39.267Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpQl0APi" "live-tests-archive"
91122025-02-24T23:07:39.776Zcreated:
91132025-02-24T23:07:39.776Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
91142025-02-24T23:07:39.776ZTo use this:
91152025-02-24T23:07:39.776Z
91162025-02-24T23:07:39.776Z1. Copy the tarball to the switch zone in a deployed Omicron system.
91172025-02-24T23:07:39.776Z
91182025-02-24T23:07:39.808Z e.g., scp \
91192025-02-24T23:07:39.808Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
91202025-02-24T23:07:39.808Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
91212025-02-24T23:07:39.808Z
91222025-02-24T23:07:39.808Z2. Copy the `cargo-nextest` binary to the same place.
91232025-02-24T23:07:39.808Z
91242025-02-24T23:07:39.808Z e.g., scp \
91252025-02-24T23:07:39.808Z $(which cargo-nextest) \
91262025-02-24T23:07:39.808Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
91272025-02-24T23:07:39.808Z
91282025-02-24T23:07:39.808Z3. From the switch zone on that system, unpack the tarball with:
91292025-02-24T23:07:39.808Z
91302025-02-24T23:07:39.808Z tar xzf live-tests-archive.tgz
91312025-02-24T23:07:39.808Z
91322025-02-24T23:07:39.808Z4. From the switch zone on that system, run tests with:
91332025-02-24T23:07:39.808Z
91342025-02-24T23:07:39.808Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
91352025-02-24T23:07:39.808Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
91362025-02-24T23:07:39.808Z --workspace-remap live-tests-archive
91372025-02-24T23:07:39.808Z
91382025-02-24T23:07:39.808Z
91392025-02-24T23:07:39.808Zreal 2:59.176485342
91402025-02-24T23:07:39.808Zuser 7:33.872090211
91412025-02-24T23:07:39.808Zsys 53.686430911
91422025-02-24T23:07:39.808Ztrap 0.160491080
91432025-02-24T23:07:39.808Ztflt 0.862288295
91442025-02-24T23:07:39.808Zdflt 2.390174525
91452025-02-24T23:07:39.808Zkflt 0.007765615
91462025-02-24T23:07:39.808Zlock 18:01.071413239
91472025-02-24T23:07:39.809Zslp 29:10.673802329
91482025-02-24T23:07:39.809Zlat 9.791113694
91492025-02-24T23:07:39.809Zstop 30.356473923
91502025-02-24T23:07:39.809Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
91512025-02-24T23:07:39.809Z+ unset TMPDIR
91522025-02-24T23:07:39.809Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
91532025-02-24T23:07:39.809Zfiles in /var/tmp/omicron_tmp (none expected on success):
91542025-02-24T23:07:39.809Z+ find /var/tmp/omicron_tmp -ls
91552025-02-24T23:07:39.809Z164719 18 drwxr-xr-x 2 build build 2 Feb 24 23:07 /var/tmp/omicron_tmp
91562025-02-24T23:07:39.809Z+ rmdir /var/tmp/omicron_tmp
91572025-02-24T23:07:39.809Zprocess exited: duration 7767475 ms, exit code 0
 
91582025-02-24T23:07:39.826Zfound 3 output files
91592025-02-24T23:07:39.826Zuploading: /work/crate-build-timings.json (613139 bytes)
91602025-02-24T23:07:40.853Zuploaded: /work/crate-build-timings.json
91612025-02-24T23:07:40.853Zuploading: /work/environment.json (108 bytes)
91622025-02-24T23:07:41.861Zuploaded: /work/environment.json
91632025-02-24T23:07:41.862Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (373462 bytes)
91642025-02-24T23:07:42.878Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml